mirror of
https://github.com/NixOS/rfcs.git
synced 2025-12-18 15:01:20 +01:00
clarify design goal of deliberate forward non-compatibility
This commit is contained in:
parent
567d2d4ccf
commit
a2f921fb18
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ Other discussions around language changes:
|
|||
|
||||
1. New versions of the Nix language evaluator should to stay backward compatible with existing Nix expressions.
|
||||
|
||||
1. New Nix expressions should not work with existing evaluators at all.
|
||||
1. A Nix expression written in a newer version of the language should never work with older evaluators not supporting that version.
|
||||
|
||||
1. Changes to the language, especially backward-incompatible changes, should remain a rare exception.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue