#lang racket
(define-syntax (test stx)
(dynamic-require "./other.rkt" #f)
#'(displayln "HI"))
;This is fine
(dynamic-require "./other.rkt" #f)
;This triggers the error
(test)
#lang racket
(require pict/code)
no module instance found: #<resolved-module-path:"/Applications/Racket v7.4/collects/racket/private/list.rkt"> 0
context...:
namespace->module-namespace82
copy-namespace-value
temp250
for-loop
[repeats 1 more time]
perform-require!78
/Applications/Racket v7.4/share/pkgs/compatibility-lib/mzscheme/private/old-procs.rkt:47:4: make-namespace
.../racket/unit.rkt:996:20
"/Applications/Racket v7.4/share/pkgs/pict-lib/pict/code.rkt": [running body]
temp37_0
for-loop
run-module-instance!125
for-loop
[repeats 1 more time]
run-module-instance!125
apply-transformer-in-context
...
You received this message because you are subscribed to a topic in the Google Groups "Racket Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/racket-users/ouNaokcNdpo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to racket-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/5d994668.1c69fb81.28e90.27b3SMTPIN_ADDED_MISSING%40gmr-mx.google.com.