You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I pass the bad ns as code (so as string) to sci for compilation then I get this error:
{:error {:root-ex nil, :err "No matching clause: "}}
Now sci has pretty amazing error messages. But this error message first of all does not match
the typical format of sci error messages (a lot of data in :root-ex).
expected behavior
make this a nice error message, so I can display to the user what is going on.
The text was updated successfully, but these errors were encountered:
version
"0.3.5"
platform
linux, guix
problem
Cryptic error message when I compile a code that contains a bad namespace form.
repro
I have put in a bad ns form. The closing bracket of the (:require) should be
in the end of my code.
When I pass the bad ns as code (so as string) to sci for compilation then I get this error:
{:error {:root-ex nil, :err "No matching clause: "}}
Now sci has pretty amazing error messages. But this error message first of all does not match
the typical format of sci error messages (a lot of data in :root-ex).
expected behavior
make this a nice error message, so I can display to the user what is going on.
The text was updated successfully, but these errors were encountered: