Skip to content

Commit

Permalink
preserve source locations in lib, file, planet, and submod re…
Browse files Browse the repository at this point in the history
…quire forms
  • Loading branch information
rfindler authored and mflatt committed Apr 23, 2024
1 parent ca8af2c commit 50f8446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions racket/collects/racket/private/reqprov.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
(let ([t (lambda (stx)
(check-lib-form stx)
(let* ([stx (xlate-path stx)]
[mod-path (syntax->datum stx)]
[namess (syntax-local-module-exports stx)])
(values
(apply
Expand All @@ -95,7 +94,7 @@
name
stx)
name
mod-path
stx
mode
0
mode
Expand Down

0 comments on commit 50f8446

Please sign in to comment.