ruricolist / serapeum

Utilities beyond Alexandria
MIT License
415 stars 41 forks source link

ABCL issue in strings / whitespace in Windows #154

Closed PiotrWasik closed 1 year ago

PiotrWasik commented 1 year ago

currently:

Error loading C:/Users/piotr/AppData/Local/cache/common-lisp/abcl-1.9.2-fasl43-win-x64/C/Users/piotr/quicklisp/dists/ultralisp/software/ruricolist-serapeum-20230613203226/strings.abcl at line 24 (offset 2125)

<THREAD "interpreter" native {2BF31A7A}>: Debugger invoked on condition of type SIMPLE-ERROR

SERAPEUM::+STORAGE-FOR-DEFLEX-VAR-WHITESPACE+ is an already defined constant whose value " ♀♂á" is not equal to the provided initial value " ♀♂á" under SERAPEUM::SAME-LITERAL-P. Restarts: 0: IGNORE Retain the current value. 1: CONTINUE Try to redefine the constant.

It is possible to continue, but indeed something is wrong as both values are different.

No issue is reported when I remove #. from (defconst whitespace ...) Perhaps it is more portable not to have #. there?

ruricolist commented 1 year ago

Removing the #. sounds like a good idea. Do you want to make a pull request?

PiotrWasik commented 1 year ago

thanks :)

On Sat, Jul 1, 2023 at 11:14 PM Paul M. Rodriguez @.***> wrote:

Closed #154 https://github.com/ruricolist/serapeum/issues/154 as completed via 10e4977 https://github.com/ruricolist/serapeum/commit/10e4977cd7230d9d3592dd885de8937e5b57ff12 .

— Reply to this email directly, view it on GitHub https://github.com/ruricolist/serapeum/issues/154#event-9697832091, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABW73X7VZ5FX25JCYESNB33XOCON3ANCNFSM6AAAAAAZTEEVKY . You are receiving this because you authored the thread.Message ID: @.***>