arcfide / chez-srfi

SRFIs for Chez Scheme
Other
94 stars 36 forks source link

Srfi 1 lists fixes #61

Closed amirouche closed 3 years ago

amirouche commented 3 years ago

@jessymilare I reverted your optimizations in https://github.com/arcfide/chez-srfi/pull/61/commits/aa3571194fb3d05e5fbc2a24f8e9b629619734a2 and https://github.com/arcfide/chez-srfi/pull/61/commits/3e84424b34af5b7b38871c7ac559259d8f26b07e to the previous implementation, because it was buggy. I kept the one and two arguments cases but fallback to the previous implementation in the n-ary case.

amirouche commented 3 years ago

@jessymilare feel free to bring it back if you can figure the bug. I can not :)