Yukihiro Matsumoto wrote: > Hi, > > In message "Re: Errors in line numbers reported?" > on Tue, 26 Oct 2004 08:13:05 +0900, Hal Fulton <hal9000 / hypermetrics.com> writes: > > |Matz: If you're interested, I'll send you a tarball. > > Send me, unless the source file is larger than 8191 lines. > It's implementation restriction. OK, I never knew that. The file is 11,756 lines (down from 22,000). I know that's a lot, and in general is a very bad idea. But this file is generated code. I'm generating a large number of child classes based on data. Is there a workaround -- perhaps the line reported is real_line mod 8192? In that case I could just add 8K once or twice... Thanks, Hal