lix/tests/functional/repl_characterization/data
eldritch horrors afb839a0c9 libexpr: associate let exprs with the correct StaticEnv
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
2024-03-18 14:15:22 -07:00
..
basic.ast repl_characterization: eat newlines after commands and source-dir paths 2024-03-15 12:31:16 -07:00
basic.test repl_characterization: eat newlines after commands and source-dir paths 2024-03-15 12:31:16 -07:00
basic_repl.test Implement a repl characterization test system 2024-03-15 12:31:16 -07:00
basic_tidied.ast repl_characterization: eat newlines after commands and source-dir paths 2024-03-15 12:31:16 -07:00
regression_9917.nix Add regression tests for #9917, #9918 2024-03-15 12:31:16 -07:00
regression_9917.test repl_characterization: Also verify the stack trace exists 2024-03-15 12:31:16 -07:00
regression_9918.nix Add regression tests for #9917, #9918 2024-03-15 12:31:16 -07:00
regression_9918.test libexpr: sort binding name in debugger 2024-03-18 20:03:31 +01:00
regression_l145.nix libexpr: associate let exprs with the correct StaticEnv 2024-03-18 14:15:22 -07:00
regression_l145.test libexpr: associate let exprs with the correct StaticEnv 2024-03-18 14:15:22 -07:00
stack_vars.nix Test that :st does ... something 2024-03-15 12:31:16 -07:00
stack_vars.test libexpr: sort binding name in debugger 2024-03-18 20:03:31 +01:00