chicken-janitors
[Top][All Lists]
Advanced

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

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


From: Chicken Trac
Subject: [Chicken-janitors] Re: #281: promote irregex to full unit
Date: Thu, 23 Sep 2010 07:46:04 -0000

#281: promote irregex to full unit
-----------------------------+----------------------------------------------
  Reporter:  zbigniew        |       Owner:  felix                              
                      
      Type:  enhancement     |      Status:  closed                             
                      
  Priority:  major           |   Milestone:  4.7.0                              
                      
 Component:  core libraries  |     Version:  4.5.x                              
                      
Resolution:  fixed           |    Keywords:  regex irregex movin-on-up 
to-the-east-side deluxe-apt sky
-----------------------------+----------------------------------------------
Changes (by felix):

  * status:  accepted => closed
  * resolution:  => fixed


Comment:

 Has been merged into "experimental". As a test I have added a dependency
 on `regex` (the egg) to the `regex-case` egg to test the handling of egg-
 deps on `regex`. Old (pre 4.5.0) chickens should try to install it, but
 the .setup script will just run to completion and not install anything.
 4.5.0 will ignore any dependencies on `regex`. "experimental" will install
 it as usual. From the little testing I did, this seems to work.

 After the next minor release, this should be announced on chicken-users
 and add dependencies to `regex` to all eggs that use the old regex API.

 To keep backwards-compatibility, eggs should still do the old idiom:

 {{{
 (use regex)
 (import irregex)
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/281#comment:41>
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]