Avoid stripping location information from syntax object in warning message.
original commit: f2616b934c8e71b7d1caf327b31d2c9ba032c321
This commit is contained in:
parent
a0821131dc
commit
6bdd1c3c17
|
@ -55,7 +55,7 @@ don't depend on any other portion of the system
|
|||
#;(syntax-source-module stx))
|
||||
(log-message l 'warning
|
||||
(format "Typed Racket has detected unreachable code: ~.s"
|
||||
(syntax->datum (locate-stx e)))
|
||||
(locate-stx e))
|
||||
e))))
|
||||
|
||||
(define (locate-stx stx)
|
||||
|
|
Loading…
Reference in New Issue
Block a user