v0.22.0
v0.22.0 -- 2024-09-09
Added
- Calling
q::test
,q::testOnce
andq::lastTrace
on the REPL now works properly (#1495)
Changed
- Performance of the REPL was drastically improved (#1495)
- Error reporting was improved for many runtime errors (#1495)
Deprecated
Removed
Fixed
- Sending SIGINT (hitting Ctrl+C) to the run and test commands now actually stops the execution (#1495)