Terence Parr schrieb: > > On Feb 19, 2009, at 11:02 PM, Johannes Luber wrote: > >> Terence Parr schrieb: >>> you're right...let's wait. >>> >>> ok, let me know when I have your green signal. >> >> Are you going to change any files for 3.1.2 yet? Or is it frozen? > > unless there is a serious problem we're frozen. im just waiting for > everyone else before releasing. > T >
I've forgot to run the example build script and noticed a strange problem for the Java composite-grammar. The code for Java_Expr.cs appends FailedPredicateException with numbers, e.g. FailedPredicateException3. Considering that the class doesn't change the name, the compilation fails. I've thought at first that my change to append <decisionNumber> to some exception variable names went too far, but the only place referring to FailedPredicateException doesn't seem to be wrong. I've tried to add debug information but using Jim's little bash script with a3 -XdbgSt Java.g doesn't seem to work. Now I don't know where the error actually comes from and can't find it out... :( Johannes _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
