Re: [racket-dev] Diagnosing traverse-block errors in scribble

2013-06-27 Thread Matthew Flatt
At Thu, 27 Jun 2013 05:18:32 -0700, Matthew Flatt wrote: At Wed, 26 Jun 2013 16:19:55 -0400, Kathi Fisler wrote: I keep getting an error traverse-block-block: no block computed for traverse-block, and am trying to understand how to interpret this. The error means that a particular traverse

Re: [racket-dev] Diagnosing traverse-block errors in scribble

2013-06-27 Thread Matthew Flatt
At Wed, 26 Jun 2013 16:19:55 -0400, Kathi Fisler wrote: As I understand traverse-block, the number of (lambda (get set) ...) wrappers is what helps stage the passes. So if I want to generate data in the first pass, I need one lambda, but to use that in second pass I need two lambdas. Is that

[racket-dev] Diagnosing traverse-block errors in scribble

2013-06-26 Thread Kathi Fisler
I'm still stuck on the traverse-block problems I posted about a week ago, but hopefully this is a simpler question to answer than my one from last week. I keep getting an error traverse-block-block: no block computed for traverse-block, and am trying to understand how to interpret this. Does it