Summary

regex grep enhancement

Metadata

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

Changes and comments

[2009-10-13 12:18:05 UTC] felix changed status from new to assigned

[2009-10-13 12:18:05 UTC] felix set owner to felix

[2009-10-14 23:34:48 UTC] felix changed version from 4.1.x to 4.2.x

[2009-10-14 23:34:48 UTC] felix changed component from core libraries to core-pending

[2009-10-14 23:34:48 UTC] felix set milestone to 4.3.0

[2009-10-14 23:34:48 UTC] felix wrote:

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

think this sounds rather slick...

[2009-11-11 09:16:23 UTC] felix wrote:

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

f8de10b1a0a4fe545134c66c818edd710406f3d3

[2009-11-11 09:19:49 UTC] felix wrote:

Replying to felix: > This commit updates `types.db` and should be applied as well: > > f8de10b1a0a4fe545134c66c818edd710406f3d3

Incorrect, should be: ce4c96819da9119cca3450c4ea3612c5b8d90b19

[2009-11-22 11:11:46 UTC] felix set resolution to fixed

[2009-11-22 11:11:46 UTC] felix changed status from assigned to closed

[2010-03-11 10:33:12 UTC] Milestone 4.3.0 deleted