mirror of
https://github.com/NixOS/rfcs.git
synced 2025-12-21 08:21:20 +01:00
fix typo
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
This commit is contained in:
parent
a7def97e9a
commit
8413407247
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ Other discussions around language changes:
|
||||||
- Forward compatibility is undesirable anyway
|
- Forward compatibility is undesirable anyway
|
||||||
- (-) Requires support by all tooling, lose semantics otherwise
|
- (-) Requires support by all tooling, lose semantics otherwise
|
||||||
|
|
||||||
- Use `assert builtins.languageVersion` in the first line of the file
|
- Use `assert builtins.langVersion` in the first line of the file
|
||||||
- (+) Produces more telling error messages in existing evaluators
|
- (+) Produces more telling error messages in existing evaluators
|
||||||
- (+) Future evaluators could be augmented to treat this as specially for better errors
|
- (+) Future evaluators could be augmented to treat this as specially for better errors
|
||||||
- (-) Special treatment may confuse users: why does `assert` at the beginning of a file work differently than somewhere else?
|
- (-) Special treatment may confuse users: why does `assert` at the beginning of a file work differently than somewhere else?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue