Commit graph

15 commits

Author SHA1 Message Date
cbc4a4755c feat(tokenizer): recognize meta-commands 2025-05-04 13:35:31 +02:00
825511a515 refactor(error): deduplicate error display code 2025-05-03 22:01:29 +02:00
fe6573b2de feat(error): display location of error 2025-05-03 21:55:19 +02:00
51569d3ec2 feat(errors): display basic errors with ariadne 2025-05-03 21:51:25 +02:00
4246775db5 refactor(errors): error display function takes an input string to be able to resolve spans in the future 2025-05-03 21:30:36 +02:00
442c4b7beb feat(error): display filename with the error message 2025-05-03 21:27:55 +02:00
32cfdfa07f tests(cmd): ensure wrong meta commands are recognized 2025-05-03 21:22:37 +02:00
848775587e tests(cmd): ensure wrong statements are recognized 2025-05-03 21:21:26 +02:00
92c50d6b65 tests(meta): ensure .exit works 2025-05-03 21:18:45 +02:00
47f174fb25 tests(cmd): ensure select statement works 2025-05-03 21:16:09 +02:00
75c3c74bba tests(cmd): ensure insert statement works 2025-05-03 21:14:52 +02:00
1f90d0acc3 refactor(command): display command results from special function 2025-05-03 21:10:03 +02:00
4435b375ef fix(exit): print exit message on exit via ctrl-d 2025-05-03 19:07:46 +02:00
7fbaec8743 test: ensure startup message is correct 2025-05-03 19:05:16 +02:00
6910407ad2 refactor(error_display): generic display method for error types
this is to better support ariadne in the future
2025-05-03 18:47:43 +02:00