On Tue Jan 13 08:58:08 2009, pmichaud wrote: > On Tue, Jan 13, 2009 at 05:17:16PM +0100, Jonathan Worthington wrote: > > Patrick R. Michaud wrote: > >> Confirmed -- there are still issues with lexicals in a > >> variety of control blocks. > >> > >> > > I skimmed the code for that today. I noticed that we compiled the blocks > > right away and pushed them onto @?END at compile time. Is there any > > reason not to just compile them with everything else and give them a > > loadinit that pushes them onto @?END? > > Sounds reasonable -- feel free to try that. > Did it and it works well, and resolves the original bug report. Assigning to moritz for tests.
Thanks, Jonathan