parent
5de19e593b
commit
e5b5747566
|
@ -2479,6 +2479,14 @@ case of module-leve bindings; it doesn't cover local bindings.
|
||||||
(dynamic-require ''shouldntvisit 'x))
|
(dynamic-require ''shouldntvisit 'x))
|
||||||
(begin-for-syntax))
|
(begin-for-syntax))
|
||||||
|
|
||||||
|
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
;; Check `local-require` with a phase shift
|
||||||
|
|
||||||
|
(module local-require-with-phase-shift racket/base
|
||||||
|
(let ()
|
||||||
|
(local-require (for-template racket/base))
|
||||||
|
(void)))
|
||||||
|
|
||||||
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(report-errs)
|
(report-errs)
|
||||||
|
|
|
@ -1177,7 +1177,7 @@
|
||||||
(datum->syntax
|
(datum->syntax
|
||||||
(import-orig-stx i)
|
(import-orig-stx i)
|
||||||
(list #'just-meta
|
(list #'just-meta
|
||||||
(import-req-mode i)
|
(import-orig-mode i)
|
||||||
(list #'for-meta
|
(list #'for-meta
|
||||||
(import-mode i)
|
(import-mode i)
|
||||||
(list #'rename
|
(list #'rename
|
||||||
|
|
Loading…
Reference in New Issue
Block a user