mirror of
https://github.com/NixOS/rfcs.git
synced 2025-12-19 07:21:19 +01:00
reorder arguments to better capture their relation
This commit is contained in:
parent
288c7f1fa9
commit
9afffbefff
1 changed files with 2 additions and 1 deletions
|
|
@ -67,9 +67,10 @@ where `<version>` is a released version of Nix the given file is intended to wor
|
||||||
* (+) This would serve other Nix language evaluators which are not and should not be tied to the rest of Nix.
|
* (+) This would serve other Nix language evaluators which are not and should not be tied to the rest of Nix.
|
||||||
* (-) `builtins.langVersion` is currently only internal and undocumented.
|
* (-) `builtins.langVersion` is currently only internal and undocumented.
|
||||||
* (+) Documentation is easy to add.
|
* (+) Documentation is easy to add.
|
||||||
* (-) Requires adding another built-in or command line option to the public API.
|
* (-) Requires adding another built-in to the public API.
|
||||||
* (-) Using a language feature requires an additional steps from users to determine the current version.
|
* (-) Using a language feature requires an additional steps from users to determine the current version.
|
||||||
* (+) We can add a command line option such that it is not more effort than `nix --version`.
|
* (+) We can add a command line option such that it is not more effort than `nix --version`.
|
||||||
|
* (-) Requires adding another command line option to the public API.
|
||||||
* (+) The Nix language version is decoupled Nix version numbering.
|
* (+) The Nix language version is decoupled Nix version numbering.
|
||||||
* (+) It changes less often than the Nix version.
|
* (+) It changes less often than the Nix version.
|
||||||
* (-) That was probably due to making changes being so hard.
|
* (-) That was probably due to making changes being so hard.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue