SapphireDensetsu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

make-list accepting negative argument #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'd say this should raise an &assertion.

Ypsilon 0.9.6 Copyright (c) 2008 Y.Fujita, LittleWing Company Limited.
> (make-list -1)
()
> (make-list -23)
()
> 

Original issue reported on code.google.com by derick.e...@gmail.com on 2 Aug 2008 at 12:42

GoogleCodeExporter commented 8 years ago
Thank you for your bug report!

Original comment by y.fujita...@gmail.com on 2 Aug 2008 at 4:54

GoogleCodeExporter commented 8 years ago
I have fixed the bug and trunk directory is updated. Please try.
Thank you!

Original comment by y.fujita...@gmail.com on 5 Aug 2008 at 4:52