#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
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Component: | core libraries → core-pending |
---|---|
Milestone: | → 4.3.0 |
Version: | 4.1.x → 4.2.x |
comment:3 follow-up: 4 Changed 15 years ago by
This commit updates types.db
and should be applied as well:
f8de10b1a0a4fe545134c66c818edd710406f3d3
comment:4 Changed 15 years ago by
Replying to felix:
This commit updates
types.db
and should be applied as well:
f8de10b1a0a4fe545134c66c818edd710406f3d3
Incorrect, should be: ce4c96819da9119cca3450c4ea3612c5b8d90b19
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Has been committed to the "pending" branch in commit 3a8da718bf4c6b71ced0fb60bee2bd84a2f2321d and is awaiting approval.
[I think this sounds rather slick...]