ruricolist / serapeum

Utilities beyond Alexandria
MIT License
420 stars 41 forks source link

Borrow the extensible sequence implementation from SPLIT-SEQUENCE for testing #122

Open phoe opened 2 years ago

phoe commented 2 years ago

While looking at the last comments at #121 I realized that we could borrow the extended sequence implementation from split-sequence and actually test Serapeum's sequence functions using it on SBCL and ABCL.

ruricolist commented 2 years ago

Great idea. Given that it's using the sb-sequence package, though, does it actually work on ABCL?

phoe commented 2 years ago

I have completely no idea, and I do not think split-sequence is tested on ABCL. We might want to use https://github.com/Shinmera/trivial-extensible-sequences instead.

TIL Clasp supports extensible sequences too!