lix/tests/functional/repl_characterization
eldritch horrors b3599166ad libexpr: sort binding name in debugger
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
2024-03-18 20:03:31 +01:00
..
data libexpr: sort binding name in debugger 2024-03-18 20:03:31 +01:00
.gitignore Implement a parser for a literate testing system for the repl 2024-03-14 14:30:38 -07:00
local.mk Implement a parser for a literate testing system for the repl 2024-03-14 14:30:38 -07:00
repl_characterization.cc Test that :st does ... something 2024-03-15 12:31:16 -07:00
test-session.cc Implement a repl characterization test system 2024-03-15 12:31:16 -07:00
test-session.hh Implement a repl characterization test system 2024-03-15 12:31:16 -07:00