
Hello, there was a discussion in #lisp today about cl-csv, iterate, and antik. I came up with a small case which seems to illustrate an issue: (macroexpand-1 '(iter:iter (iter:for i upfrom 0))) Before loading antik, that form's expansion includes cl:+. After loading antik, it includes antik:+ instead.

Thanks. This should now be fixed with version tagged QL-2014-02, in the February quicklisp dist release. Liam On Fri, Jan 31, 2014 at 5:28 PM, Matt Niemeir <matt.niemeir@gmail.com>wrote:
Hello, there was a discussion in #lisp today about cl-csv, iterate, and antik. I came up with a small case which seems to illustrate an issue:
(macroexpand-1 '(iter:iter (iter:for i upfrom 0)))
Before loading antik, that form's expansion includes cl:+. After loading antik, it includes antik:+ instead.
participants (2)
-
Liam Healy
-
Matt Niemeir