[bug #30611] [1.8.7] (ice-9 optargs) mixes keyword and optional args

2011-09-06 Thread Ludovic Courtès
Update of bug #30611 (project guile): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #3: 2.0.x behaves the sam

[bug #30611] [1.8.7] (ice-9 optargs) mixes keyword and optional args

2010-08-01 Thread Andy Wingo
Follow-up Comment #1, bug #30611 (project guile): How do you know one is correct and the other is not? If you are saying that 1.9.11's behavior is more intuitive, I agree. We probably need to document this incompatibility in the 1.9.11 NEWS, however.

[bug #30611] [1.8.7] (ice-9 optargs) mixes keyword and optional args

2010-08-01 Thread Mike Gran
Follow-up Comment #2, bug #30611 (project guile): Even if one were to make the argument that 1.8.7's behavior of having a key be read as an optional argument was valid, silently dropping the "3" in the (func 1 #:c 3) in the previous example is problematic. Consider the following behavior. $ (de

[bug #30611] [1.8.7] (ice-9 optargs) mixes keyword and optional args

2010-07-30 Thread Mike Gran
URL: Summary: [1.8.7] (ice-9 optargs) mixes keyword and optional args Project: Guile Submitted by: mike121 Submitted on: Sat 31 Jul 2010 04:49:35 AM GMT Category: None