[parenscript-devel] logical operator bugs

22 Apr
2010
22 Apr
'10
7:27 a.m.
I was glad to see LOGAND, LOGIOR, and LOGXOR added to PS, because it means we can remove these from our macro library. However, they don't work with assignment statements. For example, the following form crashes: (ps (setf x (logand x y))) Daniel

22 Apr
22 Apr
7:43 a.m.
I pushed a fix for these. On Thu, Apr 22, 2010 at 1:27 AM, Daniel Gackle <danielgackle@gmail.com>wrote:
I was glad to see LOGAND, LOGIOR, and LOGXOR added to PS, because it means we can remove these from our macro library. However, they don't work with assignment statements. For example, the following form crashes:
(ps (setf x (logand x y)))
Daniel
5438
Age (days ago)
5438
Last active (days ago)
1 comments
1 participants
participants (1)
-
Daniel Gackle