Ticket #281 (closed enhancement: fixed)
promote irregex to full unit
| Reported by: | zbigniew | Owned by: | felix |
|---|---|---|---|
| Priority: | major | Milestone: | 4.9.0 |
| Component: | core libraries | Version: | 4.5.x |
| Keywords: | regex irregex movin-on-up to-the-east-side deluxe-apt sky | Cc: | ashinn |
Description
On IRC, we were discussing the odd status of irregex, which requires that you (use regex) and (import irregex) to use it. As regex is now just a wrapper around irregex, and irregex has no dependencies on regex, it seemed to us it might be good to grant irregex full unit status.
The patch attached does so without breaking any existing code. To use irregex, you can continue to
(use regex) (import irregex)
or now simply
(use irregex)
for only the irregex API, or even
(use regex irregex)
for both, which is (IMO) less confusing.
Feel free to chime in, anyone.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
