vseloved / rutils

Radical Utilities for Common Lisp
Other
250 stars 37 forks source link

rutils won’t load on LispWorks 7.1.1 #38

Closed ebzzry closed 5 years ago

ebzzry commented 5 years ago

Similar to #29, when I load rutils from Quicklisp on LispWorks 7.1.1, I get this:

Error: Defining macro := visible from package KEYWORD { *handle-warn-on-redefinition* is :ERROR }
   1 (continue) Define it anyway.
   2 Try loading C:\Documents and Settings\Administrator\Local Settings\Application Data\cache\common-lisp\lw-7.1.1-win-x64\C\Documents and Settings\Administrator\quicklisp\dists\quicklisp\software\rutils-20180831-git\core\abbr.64ofasl again.
   3 Give up loading C:\Documents and Settings\Administrator\Local Settings\Application Data\cache\common-lisp\lw-7.1.1-win-x64\C\Documents and Settings\Administrator\quicklisp\dists\quicklisp\software\rutils-20180831-git\core\abbr.64ofasl.
   4 Try loading another file instead of C:\Documents and Settings\Administrator\Local Settings\Application Data\cache\common-lisp\lw-7.1.1-win-x64\C\Documents and Settings\Administrator\quicklisp\dists\quicklisp\software\rutils-20180831-git\core\abbr.64ofasl.
   5 Recompile abbr and try loading it again
   6 Retry loading FASL for
   #<ASDF/LISP-ACTION:CL-SOURCE-FILE "rutils" "core" "abbr">.
   7 Continue, treating loading FASL for
   #<ASDF/LISP-ACTION:CL-SOURCE-FILE "rutils" "core" "abbr">
     as having been successful.
   8 Retry ASDF operation.
   9 Retry ASDF operation after resetting the configuration.
  10 Retry ASDF operation.
  11 Retry ASDF operation after resetting the configuration.
  12 (abort) Give up on "rutils"
  13 Return to top loop level 0.

Type :b for backtrace or :c <option number> to proceed.
Type :bug-form "<subject>" for a bug report template or :? for other options.

RUTILS.ABBR 2 : 1 >

Is not defining those macros on LispWorks the only option?

ebzzry commented 5 years ago

These definitions, however, load on the following implementations:

I wrote #39 to address that.

vseloved commented 5 years ago

Thanks a lot for testing on so many implementations!

ebzzry commented 5 years ago

You’re welcome!