On 2007-11-29, at 01:40 EST, Benjamin Shine wrote:
As Tucker suspected, his change broke the doc build, but not in the way we'd expect. Jim put in a unit test that uses the comma as a statement
XXXXXXXX var declaration
separator; that unit test now breaks. I will fix this tomorrow, by s/,/;/ in the errant test.
I'm not sure that is the right fix. We need to fix the doc tools to understand the new AST type. Presumably the doc tools want to be able to enumerate all the vars? (Although, I don't know how you associate a doc comment with multiple vars in a statement).
