Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#80 closed enhancement (fixed)

regex grep enhancement

Reported by: Tony Sidaway Owned by: felix winkelmann
Priority: minor Milestone:
Component: core-pending Version: 4.2.x
Keywords: regex grep Cc:
Estimated difficulty:

Description

A possible enhancement to regex grep was discussed on chicken-hackers, enabling grep to operate on lists of complex objects having string components, but with default behavior remaining the same.

A suggested implementation is provided, in the form of a fully compilable procedure based on the existing grep in regex.scm.

http://lists.gnu.org/archive/html/chicken-hackers/2009-10/msg00000.html

Change History (6)

comment:1 Changed 15 years ago by felix winkelmann

Owner: set to felix winkelmann
Status: newassigned

comment:2 Changed 15 years ago by felix winkelmann

Component: core librariescore-pending
Milestone: 4.3.0
Version: 4.1.x4.2.x

Has been committed to the "pending" branch in commit 3a8da718bf4c6b71ced0fb60bee2bd84a2f2321d and is awaiting approval.

[I think this sounds rather slick...]

comment:3 Changed 14 years ago by felix winkelmann

This commit updates types.db and should be applied as well:

f8de10b1a0a4fe545134c66c818edd710406f3d3

comment:4 in reply to:  3 Changed 14 years ago by felix winkelmann

Replying to felix:

This commit updates types.db and should be applied as well:

f8de10b1a0a4fe545134c66c818edd710406f3d3

Incorrect, should be: ce4c96819da9119cca3450c4ea3612c5b8d90b19

comment:5 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: assignedclosed

comment:6 Changed 14 years ago by (none)

Milestone: 4.3.0

Milestone 4.3.0 deleted

Note: See TracTickets for help on using tickets.