forked from lix-project/lix
eldritch horrors
b3599166ad
not doing this exposes the binding name order to the annoying
interference of parse order on symbol order, which wouldn't be so bad if
it didn't make the tests less reliable and, importantly, dependent on
linker behavior (due to primop initialization being done in static
initializer, and the order of static initializers being defined only
within a single translation unit).
fixes #143
Change-Id: I3cf417893fbcf19e9ad3ff8986deb7cbcf3ca511
17 lines
488 B
Plaintext
17 lines
488 B
Plaintext
error:
|
|
… while evaluating the error message passed to builtin.throw
|
|
|
|
error: cannot coerce a list to a string: [ ]
|
|
|
|
We expect to be able to see locals like r in the debugger:
|
|
|
|
nix-repl> r
|
|
[ ]
|
|
|
|
nix-repl> :env
|
|
Env level 0
|
|
static: r x
|
|
|
|
Env level 1
|
|
abort baseNameOf break builtins derivation derivationStrict dirOf false fetchGit fetchMercurial fetchTarball fetchTree fromTOML import isNull map null placeholder removeAttrs scopedImport throw toString true
|