chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #281: promote irregex to full unit


From: Chicken Trac
Subject: [Chicken-janitors] #281: promote irregex to full unit
Date: Sat, 10 Jul 2010 04:35:57 -0000

#281: promote irregex to full unit
-----------------------------------------------------------------------+----
 Reporter:  zbigniew                                                   |       
Owner:       
     Type:  enhancement                                                |      
Status:  new  
 Priority:  minor                                                      |   
Milestone:  4.6.0
Component:  core libraries                                             |     
Version:  4.5.x
 Keywords:  regex irregex movin-on-up to-the-east-side deluxe-apt sky  |  
-----------------------------------------------------------------------+----
 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.

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/281>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]