EQUALP on #* and "" still misbehaving in compiled code

Bug #1746803 reported by Paul F. Dietz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

See 1732225

(funcall (compile nil '(lambda (x) (equalp x ""))) #*) ==> NIL

(funcall (compile nil '(lambda (x) (equalp "" x))) #*) ==> NIL

(equalp #* "") ==> T

(equalp "" #*) ==> T

description: updated
Stas Boukarev (stassats)
Changed in sbcl:
assignee: nobody → Stas Boukarev (stassats)
Revision history for this message
Stas Boukarev (stassats) wrote :

81be42d0ce867ad840e5118347e11f0353986ea8

Changed in sbcl:
status: New → Fix Committed
assignee: Stas Boukarev (stassats) → nobody
Stas Boukarev (stassats)
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.