-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to cup 0.11b #175
Comments
Should we use it for the 1.6.1 release or leave the update for after that? |
For me, latest dev version of JFlex 1.6.1 seems rock solid and corrects a long standing bug (#135) blocking us migrating from version 1.4.3, and should be released asap ;) So why introduce now potentially new problems by changing the cup version ? Of course, it's only my opinion! :) Btw, there's even a newer cup version (0.11b 20150226) available on http://www2.cs.tum.edu/projects/cup/, but without any changelog. |
I'm tending to leave it for the next release as well. Any objections? |
I agree. Le jeu. 5 mars 2015 17:27, Gerwin Klein notifications@github.com a écrit :
|
added everything I accidentally left out of the last commit.. (see also #175)
Hello, I was the original reporter of this bug to the maintainer of CUP. |
Thanks for reporting that. We should be on the latest even version of cup, but will double check. |
Cup 11b now requires JDK 6 to compile. Since we now use cub 11b (see jflex-de#175), bump our prerequesite from Jdk 5 to jdk 6.
Done in d945e5b |
Upgrade from 11b-20150226 (see commit d945e5b jflex-de#175) to 11b-20160615 binary release from http://www2.cs.tum.edu/projects/cup/ Sources from https://versioncontrolseidl.in.tum.de/parsergenerators/cup.git (assuming master at that date, i.e. commit fe729fe8c27441f046dab19135a38b9dde4c4e5e) No changes in runtime. Changelog: UP version 0.11b 20151001 is a feature release. Implemented a generic pre-/post DFS search with visitor support Also added fragments of XPath 1.0 query support on parse trees Fixed the visibility of children and the variant attribute of XMLElement ------------------------------------------------------------------------ CUP version 0.11b 20150326 is a bugfix release. Fixed an issue with empty productions having non-empty location information Fixed an issue with deprecation of constructors
* Upgrade cup-11b to java-cup-bin-11b-20160615 Upgrade from 11b-20150226 (see commit d945e5b #175) to 11b-20160615 binary release from http://www2.cs.tum.edu/projects/cup/ Sources from https://versioncontrolseidl.in.tum.de/parsergenerators/cup.git (assuming master at that date, i.e. commit fe729fe8c27441f046dab19135a38b9dde4c4e5e) No changes in runtime. Changelog: UP version 0.11b 20151001 is a feature release. Implemented a generic pre-/post DFS search with visitor support Also added fragments of XPath 1.0 query support on parse trees Fixed the visibility of children and the variant attribute of XMLElement CUP version 0.11b 20150326 is a bugfix release. Fixed an issue with empty productions having non-empty location information Fixed an issue with deprecation of constructors * Update java_cup.runtime with java-cup-src-11b-20160615 http://www2.cs.tum.edu/projects/cup/releases/java-cup-src-11b-20160615.tar.gz * Cup source now requires Java 7 /home/travis/build/jflex-de/jflex/cup/cup_runtime/src/main/java/java_cup/runtime/SyntaxTreeTransform.java:[17,79] diamond operator is not supported in -source 6 (use -source 7 or higher to enable diamond operator) * Rename 11b to 11b-20160615 * Update version of cup in bazel via jflex-de/bazel_rules#18 * Remove unused cup.bzl Follow-up of #466 * build+README adjustments in examples for cup-0.11b-20160615
commit 7a3d66f Author: Régis Décamps <regisd@google.com> AuthorDate: Mon Dec 2 23:45:11 2019 +0100 Commit: GitHub <noreply@github.com> CommitDate: Mon Dec 2 23:45:11 2019 +0100 Upgrade cup-11b to java-cup-bin-11b-20160615 (#477) * Upgrade cup-11b to java-cup-bin-11b-20160615 Upgrade from 11b-20150226 (see commit d945e5b #175) to 11b-20160615 binary release from http://www2.cs.tum.edu/projects/cup/ Sources from https://versioncontrolseidl.in.tum.de/parsergenerators/cup.git (assuming master at that date, i.e. commit fe729fe8c27441f046dab19135a38b9dde4c4e5e) No changes in runtime. Changelog: UP version 0.11b 20151001 is a feature release. Implemented a generic pre-/post DFS search with visitor support Also added fragments of XPath 1.0 query support on parse trees Fixed the visibility of children and the variant attribute of XMLElement CUP version 0.11b 20150326 is a bugfix release. Fixed an issue with empty productions having non-empty location information Fixed an issue with deprecation of constructors * Update java_cup.runtime with java-cup-src-11b-20160615 http://www2.cs.tum.edu/projects/cup/releases/java-cup-src-11b-20160615.tar.gz * Cup source now requires Java 7 /home/travis/build/jflex-de/jflex/cup/cup_runtime/src/main/java/java_cup/runtime/SyntaxTreeTransform.java:[17,79] diamond operator is not supported in -source 6 (use -source 7 or higher to enable diamond operator) * Rename 11b to 11b-20160615 * Update version of cup in bazel via jflex-de/bazel_rules#18 * Remove unused cup.bzl Follow-up of #466 * build+README adjustments in examples for cup-0.11b-20160615 Updated from target/jflex-parent-1.8.0-SNAPSHOT-sources.jar
CUP has released version 0.11b
on several different method bodies. Should fix the 65k size boundary problem
The text was updated successfully, but these errors were encountered: