vindarel / cl-str

Modern, simple and consistent Common Lisp string manipulation library.
https://vindarel.github.io/cl-str/
MIT License
305 stars 37 forks source link

Fix: Next-line char on unsuppported impls #88

Closed kilianmh closed 1 year ago

kilianmh commented 1 year ago

This fixes issues introduced from #87 : On other implementations than SBCL #\next-line char is not supported and therefore breaks them during compilation. Unfortunately this is now included in the recent Quicklisp release ...

vindarel commented 1 year ago

Ah. So, a first move would be to make it easy for us to test on several implementations locally, and then, put the tests on a shell script and on CI.

kilianmh commented 1 year ago

CI sounds like a good idea.

Additional options:

vindarel commented 1 year ago

indeed. It's already on UL: https://ultralisp.org/projects/vindarel/cl-str