We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.0 [cs]
When running this program in DrRacket:
#lang racket/base (require fancy-app) (+ 1 2 . 3)
The syntax error should highlight the (+ 1 2 . 3) expression.
(+ 1 2 . 3)
An internal error was raised, and the source location points at the internals of syntax-parse:
syntax-parse
.../private/map.rkt:40:19: minimatch: match at #<path:/Applications/Racket v8.0/collects/syntax/parse/private/runtime-report.rkt>:74:2 failed: #t
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Racket are you using?
8.0 [cs]
What should have happened?
When running this program in DrRacket:
The syntax error should highlight the
(+ 1 2 . 3)
expression.What did happen?
An internal error was raised, and the source location points at the internals of
syntax-parse
:The text was updated successfully, but these errors were encountered: