#165 closed enhancement (fixed)
integrate newest irregex version into `regex' unit
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core libraries | Version: | 4.3.x |
Keywords: | irregex | Cc: | |
Estimated difficulty: |
Description
irregex 0.8.0 is out and should replace the current irregex code. Don't forget to update import-libs and manual.
Change History (6)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Make that irregex 0.8.1, which was released this morning. A couple of bugs related to named submatches have been fixed. For my usage patterns, irregex is rather unusable without the fix.
It should be a minor bugfix release, so integrating it should be a simple matter of patching.
The code is available via hg now: http://code.google.com/p/irregex
Unfortunately there don't appear to be any release tags in the repo, so patching can probably only be done by diffing the two releases :(
comment:4 Changed 14 years ago by
Cc: | Alex Shinn removed |
---|---|
Milestone: | → 4.6.0 |
Owner: | set to felix winkelmann |
Status: | new → accepted |
Currently done in the total-irregex
branch.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
The total-irregex
branch of the core git repository has been updated to the newest irregex version (0.8.2).
A branch (
new-irregex
) has been created for this:http://chicken.wiki.br/cgi-bin/gitweb/gitweb.cgi?p=chicken-core.git;a=shortlog;h=refs/heads/new-irregex
Possibly some functionality has to be pruned, but this has to be tested first.