mirror of
https://github.com/NixOS/rfcs.git
synced 2025-12-18 15:01:20 +01:00
add roadmap as future work, with example
This commit is contained in:
parent
33af913472
commit
38793cf4d5
1 changed files with 9 additions and 0 deletions
|
|
@ -661,3 +661,12 @@ warning: The following deprecated features were used:
|
|||
[future]: #future-work
|
||||
|
||||
- Define rules deciding when a change to the language is appropriate, to avoid version proliferation and limit complexity of implementations.
|
||||
- Define a roadmap to introduce the next language versions, for example:
|
||||
- Version 7 commits to changes that do not require additional work on Nixpkgs:
|
||||
- Introduce the version declaration, required to distinguish versions 6 and 7
|
||||
- Deprecate URL literals
|
||||
- Deprecate the `let-body` syntax
|
||||
- Drop support for leading zeroes on integers
|
||||
- Formalise change in float representation
|
||||
- Version 8 is released at least a year after version 7, and only when version annotations according to version 7 are fully supported in Nixpkgs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue