gilch / hissp

It's Python with a Lissp.
https://gitter.im/hissp-lang/community
Apache License 2.0
364 stars 9 forks source link

Improve error messages #221

Closed gilch closed 1 year ago

gilch commented 1 year ago

Some more progress on #32. Errors during macroexpansion were frustratingly opaque. Most of the macros I've written have been small, so I could get by, but this really hasn't been good enough for the more complex ones, like the "synexpand" from #220, so I finally decided to fix it.

codecov[bot] commented 1 year ago

Codecov Report

Merging #221 (6ae2804) into master (253fc69) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #221   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          712       714    +2     
  Branches       110       110           
=========================================
+ Hits           712       714    +2     
Impacted Files Coverage Δ
src/hissp/compiler.py 100.00% <100.00%> (ø)
src/hissp/repl.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more