| Summary: | dev-java/jflex-1.6.1 version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | José Romildo Malaquias <jrmalaq> |
| Component: | [OLD] Java | Assignee: | Java team <java> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://www.jflex.de/changelog.html | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Now in the tree. |
jflex-1.6.1 has been released. Please, update portage. ChangeLog (from the home page) JFlex 1.6.1 (March 16, 2015) JFlex development, wiki, and issue tracker moved to Github Fixed issue #130, “in caseless mode, chars in regexps not accepted caselessly”: Caseless option works again as intended. Fixed issue #131, “re-enable scanning interactively or from a network byte stream”: JFlex now throws an IOException when a Reader returns 0 characters. New example, shows how to deal with Readers that return 0 characters. Command line scripts work again in repository version (contributed by Emma Strubell) New options --warn-unused and --no-warn-unused that control warnings about unused macros. Fixed issue #125: %apiprivate and %cup2 switches now no longer incompatible Fix issue #133, “Error in skeleton.nested”: Empty-string matches were taking precedence over EOF and caused non-termination. Now EOF is counted as the highest-priority empty match. New warning when an expression matches the empty string (can lead to non-termination). Reproducible: Always