Skip to content

Commit 9afffbe

Browse files
reorder arguments to better capture their relation
1 parent 288c7f1 commit 9afffbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: rfcs/0137-nix-language-version.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ where `<version>` is a released version of Nix the given file is intended to wor
6767
* (+) This would serve other Nix language evaluators which are not and should not be tied to the rest of Nix.
6868
* (-) `builtins.langVersion` is currently only internal and undocumented.
6969
* (+) Documentation is easy to add.
70-
* (-) Requires adding another built-in or command line option to the public API.
70+
* (-) Requires adding another built-in to the public API.
7171
* (-) Using a language feature requires an additional steps from users to determine the current version.
7272
* (+) We can add a command line option such that it is not more effort than `nix --version`.
73+
* (-) Requires adding another command line option to the public API.
7374
* (+) The Nix language version is decoupled Nix version numbering.
7475
* (+) It changes less often than the Nix version.
7576
* (-) That was probably due to making changes being so hard.

0 commit comments

Comments
 (0)