From ee7fe64c0ac00f2be11604a2a6509eb86dc19f0a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 Jun 2014 14:02:56 +0200 Subject: == 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. --- src/libexpr/primops.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libexpr/primops.cc') diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index 993d290eb318..feb0227acb76 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -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 -- cgit 1.4.1