chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #1041: -d0 causes different application behavior


From: Chicken Trac
Subject: Re: [Chicken-janitors] #1041: -d0 causes different application behavior
Date: Fri, 20 Nov 2015 16:51:14 -0000

#1041: -d0 causes different application behavior
-----------------------+----------------------
  Reporter:  mario     |      Owner:
      Type:  defect    |     Status:  reopened
  Priority:  critical  |  Milestone:  4.11.0
 Component:  unknown   |    Version:  4.8.x
Resolution:            |   Keywords:
-----------------------+----------------------

Comment (by sjamaan):

 D'oh! Actually, hash tables seem to have nothing to do with it!

 {{{
 #;1> (use srfi-69 awful-path-matchers)
 #;2> (define equiv? (hash-table-equivalence-function (make-hash-table)))
 #;3> equiv?
 #<procedure (equal? x321 y322)>
 #;4> (equiv? (path-match "foo" <int> <int>) (path-match "foo" <int>))
 #t
 #;5> (equal? (path-match "foo" <int> <int>) (path-match "foo" <int>))
 #t
 }}}

--
Ticket URL: <http://bugs.call-cc.org/ticket/1041#comment:18>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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