Re: [Chicken-users] Strange problems with args egg

2013-08-04 Thread Jonathan Chan
Thank you for the help! This is definitely a very interesting language to learn. On 08/03/2013 09:06 AM, John Cowan wrote: Jonathan Chan scripsit: Here is the smallest amount of args-using Chicken that will cause the problem: (define-syntax test (syntax-rules () ((test) (begin

Re: [Chicken-users] Strange problems with args egg

2013-08-04 Thread Jim Ursetto
Did you try my patch? You don't have to rewrite anything, it's a bug in the args egg. On Aug 4, 2013, at 2:13 AM, Jonathan Chan j...@fastmail.fm wrote: Thank you for the help! This is definitely a very interesting language to learn. On 08/03/2013 09:06 AM, John Cowan wrote: Jonathan

[Chicken-users] scrutinizer warning in dotted argument notation when using units

2013-08-04 Thread Hugo Arregui
Hi! I noticed this warning using the latest version from master: ;test.scm (use data-structures) (flatten '(1 2 3) '(4 5 6) '(7)) [hugo@io test]$ csc test.scm Warning: at toplevel: (test.scm:3) in procedure call to `flatten', expected 1 argument, but was given 3 arguments Is also easily

Re: [Chicken-users] scrutinizer warning in dotted argument notation when using units

2013-08-04 Thread Peter Bex
On Sun, Aug 04, 2013 at 01:50:06PM -0300, Hugo Arregui wrote: Hi! Hi! I noticed this warning using the latest version from master: ;test.scm (use data-structures) (flatten '(1 2 3) '(4 5 6) '(7)) [hugo@io test]$ csc test.scm Warning: at toplevel: (test.scm:3) in procedure call to