Skip to content

Commit a270877

Browse files
committed
Turn stale roadmap in to a TODO.
1 parent b156171 commit a270877

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

Diff for: pages/community/roadmap.mdx

+1-33
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,4 @@ canonical: "/community/roadmap"
66

77
# Roadmap
88

9-
*(Last update: June 2nd, 2022)*
10-
11-
This is a living document that defines our current roadmap, goals and ambitions.
12-
13-
All roadmap related discussions, proposals and changes can either be found in the [ReScript Forum](https://forum.rescript-lang.org), or in dedicated GitHub PRs / issues.
14-
15-
## v10 "First Community Release"
16-
17-
This is the first community-powered release. See the [May 2022 Meeting Notes](https://forum.rescript-lang.org/t/community-meeting-may-2022/3280) for more details.
18-
19-
**Estimated release date:** Mid 2022
20-
21-
### Notable changes
22-
- Add M1 support
23-
- Add support for unicode strings (e.g `"Hallöle"` will work like in JavaScript; see [PR](https://github.com/rescript-lang/syntax/pull/433))
24-
- (breaking) Remove OCaml’s Format module (should have no impact on the majority of ReScript users; see [discussion](https://forum.rescript-lang.org/t/what-stable-type-system-features-we-are-going-to-preserve-from-ocaml/1251))
25-
- (breaking) Remove / deprecate several unused / unsupported functions from Pervasives (should not have any impact on existing ReScript code)
26-
- (breaking) Remove functionality for reprinting Reason to ReScript (users may use `rescript@9.1.4` to upgrade their `.re` files)
27-
- (breaking) Remove deprecated `@bs.send.pipe` decorator (existing code needs to be migrated to `@send` instead)
28-
- Bugfixes etc.
29-
30-
## Future
31-
32-
> **Important:** This list helps to set expectations, so it may change in the future.
33-
34-
- Add opt-in configuration flag `stdlib-future` to disable OCaml related stdlib code (for writing future proof code; see [discussion](https://forum.rescript-lang.org/t/roles-for-belt-js-and-pervasives-in-rescript/1683))
35-
- Convert stdlib files (`Js`, `Belt`, etc) to ReScript syntax ([tracking issue](https://github.com/rescript-lang/rescript-compiler/issues/4872))
36-
- Make `bsconfig.json` json compliant ([proposal](https://forum.rescript-lang.org/t/proposed-changes-make-bsconfig-json-standard-compilant/1859))
37-
- Add option to use `rescript.json` instead of `bsconfig.json`
38-
- Infix operator support (only for a dedicated set of math operators `+`, `-`, `-.`, `/`, `%`, etc.; see the [tracking issue](https://github.com/rescript-lang/syntax/issues/440))
39-
- Docstring syntax support: `/** */` instead of `@ocaml.doc("My docstring")` ([tracking issue](https://github.com/rescript-lang/syntax/issues/439))
40-
- PPX only allowed on top level packages?
41-
- Removal of recursive modules?
9+
TODO

0 commit comments

Comments
 (0)