Closed gitfoxi closed 7 years ago
Indeed the missing &allow-other-keys from the method definitions was the issue. How very annoying.
Wow. That's some fast service. Thanks @Shinmera !
Thanks for reporting it. I unfortunately don't usually test on ECL, so qt-libs and qtools might have some ECL-specific problems.
Looks like this is actually a bug in ECL: https://gitlab.com/embeddable-common-lisp/ecl/issues/352#note_22447630
On a Linux64 system where qt-libs works great under SBCL, I get this when I attempt to load using ECL 16.1.3:
Not sure if ECL's problem or qt-libs'. Don't even know how to find the source where the problem occurs. My guess is that ECL is being pedantic and that
QT-LIB-GENERATOR:STAGE
needs&ALLOW-OTHER-KEYS
.I will try again from git source and see what else I can tell.