Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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 14 years ago by felix winkelmann

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.

comment:2 Changed 14 years ago by sjamaan

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:3 Changed 14 years ago by (none)

Milestone 4.4.0 deleted

comment:4 Changed 14 years ago by felix winkelmann

Cc: Alex Shinn removed
Milestone: 4.6.0
Owner: set to felix winkelmann
Status: newaccepted

Currently done in the total-irregex branch.

comment:5 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: acceptedclosed

The total-irregex branch of the core git repository has been updated to the newest irregex version (0.8.2).

comment:6 Changed 13 years ago by felix winkelmann

Milestone: 4.6.0

Milestone 4.6.0 deleted

Note: See TracTickets for help on using tickets.