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: Sat, 26 Oct 2013 00:41:01 -0000

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

Comment(by mario):

 It seems that the issue is somehow related to hash tables. I modified
 awful to use alists instead of hash tables to store the resources table.
 I cannot reproduce the awful-path-matchers issue using the modified awful.

 To install the modified awful:

 {{{
 $ git clone https://github.com/mario-goulart/awful.git
 $ git checkout alist
 $ chicken-install
 }}}

 To see the changes in awful which implement the resources table with an
 alist:

 {{{
 $ git diff 46a37fbe83b5dc327fd25b048747029f4e2ccf7b
 }}}

 With the modified awful installed, I get the expected behavior in awful-
 path-matchers' tests, no matter if I use -no-lambda-info or not.

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