Skip to content
New issue

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

No source locations for error message when dotted pair is used #11

Open
jackfirth opened this issue Apr 9, 2021 · 0 comments
Open

No source locations for error message when dotted pair is used #11

jackfirth opened this issue Apr 9, 2021 · 0 comments

Comments

@jackfirth
Copy link
Contributor

What version of Racket are you using?

8.0 [cs]

What should have happened?

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.

What did happen?

An internal error was raised, and the source location points at the internals of 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant