fancy-app icon indicating copy to clipboard operation
fancy-app copied to clipboard

No source locations for error message when dotted pair is used

Open jackfirth opened this issue 4 years ago • 0 comments

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

jackfirth avatar Apr 09 '21 00:04 jackfirth