- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: [scala-bts] #1992: Berry-Sethi algorithm fails to computer correctly first transition
Tue, 2009-05-26, 15:16
---------------------+------------------------------------------------------
Reporter: dcsobral | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: Standard Library
Version: | Keywords: automata,regexp
---------------------+------------------------------------------------------
Changes (by dubochet):
* owner: scala_reviewer => scala-xml_team
Comment:
In general, we recommend using the parsing.combinator library (or simple
regexps) for all parsing needs. This library is not deprecated because it
is used by the XML library, but we don't want to invest in it anymore.
I reassign this to the XML team: if it can remove the dependency from XML
to this library, we'll deprecate the library. If not, please reassign it
to scala_community, if you can't fix it easily.
Tue, 2009-11-24, 21:07
#2
Re: [scala-bts] #1992: Berry-Sethi algorithm fails to computer c
-----------------------------+----------------------------------------------
Reporter: dcsobral | Owner: scala-xml_team
Type: defect | Status: closed
Priority: normal | Component: Standard Library
Version: Unreleased-2.8.x | Resolution: fixed
Keywords: automata,regexp |
-----------------------------+----------------------------------------------
Changes (by extempore):
* cc: paulp@… (added)
* status: new => closed
* version: => Unreleased-2.8.x
* resolution: => fixed
---------------------+------------------------------------------------------
Reporter: dcsobral | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: Standard Library
Version: | Keywords: automata,regexp
---------------------+------------------------------------------------------
Comment(by extempore):
(In [19842]) Giant cleanup of the automata files. Fixes #1992.