eldritch horrors
afb839a0c9
static env association is from expr to its enclosing scope, but let
exprs set their association to their *inner* scope. this skips one level
of envs and will cause segfaults if the parent is a with expr.
fixes #145
Change-Id: I1d22146110f071ede21b4eed7ed34b5850ef2ef3
15 lines
432 B
Plaintext
15 lines
432 B
Plaintext
info: breakpoint reached
|
|
|
|
debugger should not crash now, but also not show any with variables
|
|
nix-repl> :st
|
|
0: error: breakpoint reached
|
|
«none»:0
|
|
Env level 0
|
|
static: x
|
|
|
|
Env level 1
|
|
static:
|
|
|
|
Env level 2
|
|
abort baseNameOf break builtins derivation derivationStrict dirOf false fetchGit fetchMercurial fetchTarball fetchTree fromTOML import isNull map null placeholder removeAttrs scopedImport throw toString true
|