2015-03-30 15:32 GMT+02:00 Sam Tobin-Hochstadt <[email protected]>:
> This is a known bug somewhere in Honu that causes that test to fail to
> compile. Jens (the most recent person to commit to Honu) looked at it but
> did not find a fix, so probably one of the developers of Honu needs to fix
> it.

It is this test:

     https://github.com/racket/honu/blob/master/tests/macros2.honu#L22

In particular the error occurs when the macro:

    macro foo (){ x:identifier }{
       syntax(macro x (){ e:expression }{
           syntax(e + z)
       })
    }

is invoked.

I was unable to figure out the cause of the "#%app unbound" error.
My hunch is that #%app is unbound in phase 1 and that it needs
to be imported in the test file macros2.honu, but I don't know
how to do that in Honu.

[And it is only a hunch - it might be something else]

/Jens Axel

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/CABefVgzsOVVWocW9OsEyLcPZFPcEY1tMaJLSq%3DkwAxAiUnihnw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to