#388: Fixnum.equalp() regression between 1.3.1 and trunk ------------------------------+----------------------- Reporter: ehuelsmann | Owner: Type: defect | Status: new Priority: major | Milestone: 1.3.2 Component: interpreter | Version: 1.4.0-dev Resolution: | Keywords: Parent Tickets: | ------------------------------+-----------------------
Comment (by mevenson):
In <https://mailman.common-lisp.net/pipermail/armedbear- devel/2015-April/003452.html>, Max proposes the attached patch. He suggests: {{{ In attachment a patch that should fix issue 388.
Before accepting it, please check whether ABCL is really supposed to pass null LispObjects to the Java implementation of primitive types: the NullPointerException was due to a call to Fixnum.equalp(LispObject obj) with obj == null
Regards,
Max }}}
-- Ticket URL: http://abcl.org/trac/ticket/388#comment:2 armedbear http://abcl.org armedbear