chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #984: irregex documentation example for irregex-s


From: Chicken Trac
Subject: Re: [Chicken-janitors] #984: irregex documentation example for irregex-search does not match implementation
Date: Sat, 16 Nov 2013 05:05:06 -0000

#984: irregex documentation example for irregex-search does not match
implementation
-------------------------+--------------------------------------------------
  Reporter:  ckeen       |       Owner:        
      Type:  defect      |      Status:  closed
  Priority:  minor       |   Milestone:  4.9.0 
 Component:  extensions  |     Version:  4.8.x 
Resolution:  fixed       |    Keywords:        
-------------------------+--------------------------------------------------
Changes (by evhan):

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


Comment:

 This change was accepted upstream. I also noticed another case where our
 docs don't match irregex proper's, which has the correct version:

 {{{
 -(irregex-search '(: "match" (? "es") "!") "matche!") => #<match>
 +(irregex-search '(: "match" (? "es") "!") "matche!") => #f
 }}}

 Because these are trivial fixes, I've gone ahead and pushed them to the
 manual, so this can be closed.

 I also noticed two cases where both our unit and irregex proper don't
 behave like the docs say they should: #1064 #1065

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