Remove unused dependency on unstable/syntax.
This revealed a missing dependency to racket/syntax elsewhere.
This commit is contained in:
parent
fd82eed31c
commit
d836a427cc
|
@ -6,8 +6,7 @@
|
||||||
"kws.rkt"
|
"kws.rkt"
|
||||||
racket/syntax)
|
racket/syntax)
|
||||||
syntax/parse/private/residual-ct ;; keep abs. path
|
syntax/parse/private/residual-ct ;; keep abs. path
|
||||||
syntax/parse/private/residual ;; keep abs. path
|
syntax/parse/private/residual) ;; keep abs. path
|
||||||
(only-in unstable/syntax phase-of-enclosing-module))
|
|
||||||
(begin-for-syntax
|
(begin-for-syntax
|
||||||
(lazy-require
|
(lazy-require
|
||||||
[syntax/private/keyword (options-select-value parse-keyword-options)]
|
[syntax/private/keyword (options-select-value parse-keyword-options)]
|
||||||
|
@ -18,7 +17,7 @@
|
||||||
create-aux-def)]))
|
create-aux-def)]))
|
||||||
;; FIXME: workaround for phase>0 bug in racket/runtime-path (and thus lazy-require)
|
;; FIXME: workaround for phase>0 bug in racket/runtime-path (and thus lazy-require)
|
||||||
;; Without this, dependencies don't get collected.
|
;; Without this, dependencies don't get collected.
|
||||||
(require racket/runtime-path (for-meta 2 '#%kernel))
|
(require racket/runtime-path racket/syntax (for-meta 2 '#%kernel))
|
||||||
(define-runtime-module-path-index _unused_ 'syntax/parse/private/rep)
|
(define-runtime-module-path-index _unused_ 'syntax/parse/private/rep)
|
||||||
|
|
||||||
(provide define-conventions
|
(provide define-conventions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user