Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532006 - dev-java/jflex-1.6.0: version bump request
Summary: dev-java/jflex-1.6.0: version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Java team
URL: http://jflex.de/history.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-08 19:39 UTC by Martin Walch
Modified: 2015-01-18 21:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
new ebuild (jflex-1.6.0.ebuild,2.35 KB, text/plain)
2015-01-18 03:32 UTC, Martin Walch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Walch 2014-12-08 19:39:41 UTC
From the project website:

JFlex 1.6 (Jun 20, 2014)
* Unicode 7.0 is now supported.
* In %unicode mode, supplementary code points are now handled properly:
** Regular expressions are now code-point based, rather than code-unit/char based.
** Input streams are read as code point sequences - properly paired surrogate code units are read as a single character.
** All supported Unicode properties now match supplementary characters when Unicode 3.0 or above is specified, or when no version is specified, causing the default Unicode version, Unicode 7.0 in this release, to be used.
* New \u{…} escape sequence allows code points (and whitespace-separated sequences of code points) to be specified as 1–6 hexadecimal digit values.
* Characters in matches printed in %debug mode are now Unicode escaped (\uXXXX) when they are outside the range 32..127.
* fixed bug #127, detect javadoc class comment when followed by annotation(s)
* removed the “switch” and “table” code generation options
* By default no InputStream constructor is included in the generated scanner. The capability to include one is deprecated and will be removed in JFlex 1.7.
Comment 1 Martin Walch 2015-01-18 03:32:19 UTC
Created attachment 394234 [details]
new ebuild

This is basically the same ebuild as the patched one for jflex-1.5.1 in bug #505498. The only difference is that it uses a new SLOT="1.6". However, it fails to fix the collision from bug #504774.
Comment 2 Patrice Clement gentoo-dev 2015-01-18 21:16:54 UTC
There you go:

+*jflex-1.6.0 (18 Jan 2015)
+
+  18 Jan 2015; Patrice Clement <monsieurp@gentoo.org> +jflex-1.6.0.ebuild:
+  Version bump to 1.6 courtesy of Martin Walch. Fix bug 532006.

Ebuild added to the tree. Thanks Martin !