Johannes Luber wrote:
Terence Parr schrieb:
Ok, I found the predicates
| ('<' '<' '=')=> t1='<' t2='<' t3='='
{ $t1.Line == $t2.Line &&
$t1.CharPositionInLine + 1 == $t2.CharPositionInLine &&
$t2.Line == $t3.Line &&
$t2.CharPositionInLine + 1 == $t3.CharPositionInLine }?
| ('>' '>' '>' '=')=> t1='>' t2='>' t3='>' t4='='
{ $t1.Line == $t2.Line &&
$t1.CharPositionInLine + 1 == $t2.CharPositionInLine &&
$t2.Line == $t3.Line &&
$t2.CharPositionInLine + 1 == $t3.CharPositionInLine &&
$t3.Line == $t4.Line &&
$t3.CharPositionInLine + 1 == $t4.CharPositionInLine }?
| ('>' '>' '=')=> t1='>' t2='>' t3='='
{ $t1.Line == $t2.Line &&
$t1.CharPositionInLine + 1 == $t2.CharPositionInLine &&
$t2.Line == $t3.Line &&
$t2.CharPositionInLine + 1 == $t3.CharPositionInLine }?
;
I do not see a 3 on the end of the predicates stuff the:
throw new FailedPredicateException(input...
I have synced with the latest depot.
Ter
I wanted to update the maven install (mvn clean install) but I get the
error that
http://repo1.maven.org/maven2/org/antlr/gunit/1.0.5/gunit-1.0.5.jar
can't be found. :(
In any case, Ter, did you you try the CSharp2 version of the
composite-grammar, too? That way we can check, if this is just a local
problem.
And I meant to say - let's release it as soon as you have
your/bug/improvement ready, as both of us verified that Johannes only
has a local issue I think.
Now that you have the branch ready, I will go in and fix up the
mainline development poms so that we are at 3.1.3-SNAPSHOT or the next
one along such as gUnit 1.0.6-SNAPSHOT.
As per 3.1.2 using 3.1.1 ANTLR Tool to build itself, 3.1.3-SNAPSHOT
will use 3.1.2 to build itself. This means that I need to change the
poms for the mainline accordingly (so I will release antlr-maven-plugin
version 3.1.3 (release reflects version of ANTLR it uses). Until you
have performed mvn deploy on the 3.1.2 branch, then the builds in the
main development branch will fail in hudson, but I think this does not
matter as they will just start up again when you release.
Jim
|
_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org/mailman/listinfo/antlr-dev