SapphireDensetsu / ypsilon

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

bitwise-bit-field neglects checking arguments #119

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Procedure 'bitwise-bit-field' is required to check the 2nd and 3rd arguments 
[1], 
while ypsilon returns normally as follows:

Ypsilon 0.9.6-trunk/r503 Copyright (c) 2009 Y.Fujita, LittleWing Company 
Limited.
> (bitwise-bit-field #xFF 1 0)

0
> (bitwise-bit-field #xFF -1 1)

2
> 

[1] http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-12.html#node_idx_1084

Original issue reported on code.google.com by tabe.fix...@gmail.com on 13 Aug 2009 at 12:02