While I wouldn't exactly recommend that everyone try to do that, I think it stands to reason that just crashing outright is probably a poor choice. As I went to track it down, I found that it seems to be related to some of the automatic height computations. The gist is this: http://gist.github.com/2691
I'll dig around a little and see if I can't find why it's doing that... On Sat, Jul 26, 2008 at 12:37 PM, Edward Heil <[EMAIL PROTECTED]> wrote: > > On Jul 26, 2008, at 3:24 PM, Edward Heil wrote: > > Aaaand the latest version crashes and dies when I run the app I just wrote >> in r811 on it. :( >> >> time to debug... >> >> > Oh, that would be because I put an append inside an append on the same > slot. Why that didn't crash before is the mystery. :) > > @results.append do > @results.append do > para "whatever" > end > end > > My bad! > > :) >
