mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
== operator: Ignore string context
There really is no case I can think of where taking the context into account is useful. Mostly it's just very inconvenient.
This commit is contained in:
parent
b1beed97a0
commit
ee7fe64c0a
3 changed files with 4 additions and 13 deletions
|
@ -1297,7 +1297,7 @@ void EvalState::createBaseEnv()
|
|||
language feature gets added. It's not necessary to increase it
|
||||
when primops get added, because you can just use `builtins ?
|
||||
primOp' to check. */
|
||||
mkInt(v, 2);
|
||||
mkInt(v, 3);
|
||||
addConstant("__langVersion", v);
|
||||
|
||||
// Miscellaneous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue