chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #513: json-abnf chokes on escapes in strings


From: Chicken Trac
Subject: [Chicken-janitors] Re: #513: json-abnf chokes on escapes in strings
Date: Mon, 21 Feb 2011 01:49:20 -0000

#513: json-abnf chokes on escapes in strings
-------------------------+--------------------------------------------------
  Reporter:  syn         |       Owner:  iraikov  
      Type:  defect      |      Status:  reopened 
  Priority:  major       |   Milestone:  4.7.0    
 Component:  extensions  |     Version:  4.6.x    
Resolution:              |    Keywords:  json-abnf
-------------------------+--------------------------------------------------

Comment(by iraikov):

 I used ucs-range->char-set to create the character sets representing valid
 characters in a string, but because I didn't RTFSRFI, I didn't realise it
 excludes the upper bound from the created set. This has been fixed now.

 Replying to [comment:2 syn]:
 > Thanks for the quick fix, Ivan! Now there is another problem: For some
 reason, strings containing exclamation points still lead to the same
 error, i.e. the string "!" causes the parser to fail. However, I can't
 find any special-casing of #\! in the code. Can you see what's going on?

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