chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #725: Drop regex dependencies from chicken-core s


From: Chicken Trac
Subject: Re: [Chicken-janitors] #725: Drop regex dependencies from chicken-core scripts
Date: Wed, 16 Nov 2011 16:30:19 -0000

#725: Drop regex dependencies from chicken-core scripts
--------------------------------+-------------------------------------------
  Reporter:  mario              |       Owner:  felix              
      Type:  defect             |      Status:  assigned           
  Priority:  not urgent at all  |   Milestone:                     
 Component:  core tools         |     Version:  4.7.x              
Resolution:                     |    Keywords:  regex, core scripts
--------------------------------+-------------------------------------------

Comment(by zbigniew):

 This change appears to be unnecessary.

 * dpkg-eggs.scm -- Claims dependency on regex, but actually has none; (use
 regex) can be removed.
 * make-eggdoc.scm -- Claims dependency on regex, but actually has none;
 (use regex) can be removed.
 * tools.scm -- Was already converted to irregex in 8a516a0425.
 * wiki2html.scm -- Also depends on htmlprag and matchable, so converting
 to irregex gains you nothing except verbosity.

 Overall, it seems that (use regex) was added to tools.scm just to provide
 string-match, but string-match is only used in wiki2html.scm, which
 already depends on regex.

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