abcl
abcl copied to clipboard
CL_Protobufs test failing with JVM::OFFSET size
See: https://github.com/qitab/cl-protobufs/runs/5605860745?check_suite_focus=true
Caught SIMPLE-ERROR while processing --eval option "(asdf:test-system :cl-protobufs)": The assertion (<= -32768 JVM::OFFSET 32767) failed. Error: Process completed with exit code 2.
I am downloading and installing ABCL from head see: https://github.com/qitab/cl-protobufs/blob/master/.github/workflows/ABCL-test.yml
Everything installs and starts off, it's not til we run (asdf:test-system :cl-protobufs) ...
Namely, we be failing here: https://github.com/armedbear/abcl/blob/36a4b5994227d768882ff6458b3df9f79caac664/src/org/armedbear/lisp/jvm-instructions.lisp#L1136