On Thursday 12 June 2003 02:24 pm, ahoward wrote:
> will do.  how strongly deprecated - will the file formats be compatible?

Absolutely.  I'll just be halting work on the Ruby parser, since the C parser 
is packaged with Ruby.

You should have no trouble loading your current YAML documents with the new 
parser.  If you do have trouble, please contact me straightway.

> neat - didn't know you could do that.  what's odd though, is that the line
> number (210) does not appear in the source?

Line 210 in yaml.y.rb (from version 0.49.2) is:

    add_end_indent -1
 -> close_tokens

I suppose the lack of parens on the first line is causing the commotion.

_why