aboutsummaryrefslogtreecommitdiff
path: root/src/repl-connection.c
AgeCommit message (Collapse)Author
2022-10-30Fixture display: Bail out if we get a Scheme errorThomas White
2021-07-01Fixture display: Fix shutdown logicThomas White
2021-06-28Fixture display: Add --verboseThomas White
2021-06-26Fixture display: Inject a faster REPLThomas White
The standard Guile REPL, especially with readline/colorized enabled, is only really suitable for humans. Computers can use something simpler, and faster. And which doesn't save all previous results.
2021-06-26Show REPL communications in both directionsThomas White
2021-06-21Fixture display: Shut down REPL connection gracefully at exitThomas White
This avoids horrible spew on the main thread REPL (leaving only minor spew instead).
2021-06-20Fixture display: Get the fixture names from StarletThomas White
2021-06-19Basic REPL I/OThomas White