[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string
From: |
Christian Kellermann |
Subject: |
Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match' |
Date: |
Sun, 13 Nov 2011 10:08:41 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
* felix winkelmann <address@hidden> [111111 17:50]:
> > I am confused. Isn't regex is a unit?
>
> No, irregex is. Regex is an egg. This commit should be reverted.
Ah my confusion came from the leftover regex unit page on the wiki
which also has been showing up in chickadee. Thanks to Jim for
fixing this.
As for the commit I think it would be "cleaner" to convert *all*
the dependencies on regex to irregex, as Mario pointed out that the
scripts using tools.scm all also depend on regex.
Mario, have you got time and motivation to do this cleanup?
Thanks for educating me!
Christian
--
Who can (make) the muddy water (clear)? Let it be still, and it will
gradually become clear. Who can secure the condition of rest? Let
movement go on, and the condition of rest will gradually arise.
-- Lao Tse.
- [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Mario Domenech Goulart, 2011/11/11
- Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Christian Kellermann, 2011/11/11
- Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Felix, 2011/11/11
- Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Christian Kellermann, 2011/11/11
- Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Felix, 2011/11/11
- Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match',
Christian Kellermann <=
- Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Felix, 2011/11/14
- Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Mario Domenech Goulart, 2011/11/16
- Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Felix, 2011/11/16
- Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Mario Domenech Goulart, 2011/11/11
- Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Felix, 2011/11/11
Re: [Chicken-hackers] [PATCH] scripts/tools.scm: needs regex for `string-match', Mario Domenech Goulart, 2011/11/11