Opened 7 years ago
Last modified 17 months ago
#455 new defect
Order of evaluation in expression with BOOLE in compiled code
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.3 |
Component: | other | Version: | |
Keywords: | Cc: | ||
Parent Tickets: |
Description
(eval '(let ((a 15)) (boole boole-2 (logior 0 (setf a 14)) a))) ==> 14 (eval (funcall (compile nil '(lambda () (let ((a 15)) (boole boole-2 (logior 0 (setf a 14)) a)))))) ==> 15
Change History (4)
comment:1 Changed 4 years ago by
Component: | (A)MOP → other |
---|---|
Milestone: | → 1.8.0 |
comment:2 Changed 4 years ago by
Milestone: | 1.8.0 → 1.8.1 |
---|
comment:3 Changed 21 months ago by
Milestone: | 1.8.1 → 1.9.2 |
---|
comment:4 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed