[cl-gd-announce] New release 0.5.6 (Was: thread safety in cl-gd)

29 Jul
2007
29 Jul
'07
4:40 p.m.
On Fri, 27 Jul 2007 16:02:04 +1000, Alain Picard <Alain.Picard@memetrics.com> wrote:
Cursory inspection of the code seems to suggest, for instance, that *transfomers* is not safe; the only references to this variable I see are in specials.lisp: (defvar *transformers* nil "Stack of currently active transformer objects.")
and in WITH-TRANFORMATION, which does not create a new binding for *transformers*, but rather just pushes a new transformation onto the global *transformers*.
The new release rebinds *TRANSFORMATIONS* and thus should hopefully fix this issue. Thanks for the report, Edi.
6547
Age (days ago)
6547
Last active (days ago)
0 comments
1 participants
participants (1)
-
Edi Weitz