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 <[email protected]> wrote: > > On Oct 10, 2015, at 12:06 AM, Alex Knauth <[email protected]> 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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

