[racket-dev] define-require-syntax issue

From: Dan Liebgold (dan.liebgold at gmail.com)
Date: Tue Oct 21 21:26:06 EDT 2014

If I do a (require (file <some absolute path>)) in a module, the provided
stuff gets imported properly.

If I do a special require form that uses define-require-syntax to generate
an identical (file <...>) the specified module gets evaluated -- but
(seemingly) nothing gets imported.

Is there something special the define-require-syntax transformer needs to
do besides generate a syntax object?

samth mentioned on irc that it is probably a hygiene issue... something
about generating the right marks on the (file ...) form.

-- 
Dan Liebgold    [dan.liebgold at gmail.com]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20141021/2d40e559/attachment.html>

Posted on the dev mailing list.