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
{{ message }}
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
When nanopass-case is called with a value V that no clauses match and there is no default else-clause the error message doesn't show the value V. The entire form is printed. Note that the DrRacket seems to color more than the nanopass-case expression red - which suggest that the source location is not correct.
unless there is a parameter to change how format works. Otherwise, we'd need to write our own format/pretty printer for s-expressions (which is doable but kind of a pain).
-andy:)
On July 19, 2015 at 9:44:15 AM, Jens Axel Søgaard ([email protected]) wrote:
Also: It would be nice if unquote were printed as , in the error message.
—
Reply to this email directly or view it on GitHub.
When
nanopass-case
is called with a value V that no clauses match and there is no default else-clause the error message doesn't show the value V. The entire form is printed. Note that the DrRacket seems to color more than thenanopass-case
expression red - which suggest that the source location is not correct.Example of error message:
The text was updated successfully, but these errors were encountered: