Yup, that looks like a bug. I've created a PR to fix it:
https://github.com/racket/errortrace/pull/4

On Sat, Oct 10, 2015 at 8:51 AM Matthias Felleisen <matth...@ccs.neu.edu>
wrote:

>
> On Oct 10, 2015, at 12:06 AM, Alex Knauth <alexan...@knauth.org> wrote:
>
> #lang racket/base
> (require (for-meta 0 racket/base)
>         (for-meta 1 racket/base)
>         (for-meta 2 racket/base)
>         (for-meta 3 racket/base)
>         (for-meta 4 racket/base))
> (begin-for-syntax
>  (begin-for-syntax
>    (begin-for-syntax
>      )))
>
>
>
> And I thought lambda-lambda-lambda solves all problems :-)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to