Opened 6 years ago

Last modified 9 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 3 years ago by Mark Evenson

Component: (A)MOPother
Milestone: 1.8.0

comment:2 Changed 3 years ago by Mark Evenson

Milestone: 1.8.01.8.1

Ticket retargeted after milestone closed

comment:3 Changed 13 months ago by Mark Evenson

Milestone: 1.8.11.9.2

comment:4 Changed 9 months ago by Mark Evenson

Milestone: 1.9.21.9.3
Note: See TracTickets for help on using tickets.