[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1185: wrong sorting example for topological-sort
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1185: wrong sorting example for topological-sort |
Date: |
Mon, 13 Apr 2015 19:34:06 -0000 |
#1185: wrong sorting example for topological-sort
-----------------------------+----------------------------------------------
Reporter: ckeen | Owner:
Type: defect | Status: new
Priority: major | Milestone: someday
Component: core libraries | Version: 4.9.x
Resolution: | Keywords:
-----------------------------+----------------------------------------------
Comment(by syn):
This happens because the dependencies of `am` are defined twice, one of
them clobbering the others. I think we have three options:
1. Throw an error in that case
2. Document it as undefined behavior
3. Concatenate the dependencies
What do you think would be the most reasonable thing?
--
Ticket URL: <http://bugs.call-cc.org/ticket/1185#comment:1>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.