Ouch. That's an oversight on my part. Seems we've used a few functions straight from `cl` instead of the newer `cl-lib`. Thought I had all those usages fixed, but I guess I haven't.
On 17 June 2015 at 16:06, Leon Grapenthin <[email protected]> wrote: > Nevermind, I found the solution. (require 'cl) manually before compiling > cider. > > > On Wednesday, June 17, 2015 at 3:01:47 PM UTC+2, Leon Grapenthin wrote: >> >> I think I managed to get almost everything to work. >> >> The only thing that doesn't work is the nrepl history. When I hit M-p or >> M-n, I get >> >> Symbol's function definition is void: assert >> >> When I run (require 'cl) it changes to Invalid function: assert >> >> Am I the only one with this problem? Because I found no reports of it. >> >> On Tuesday, June 16, 2015 at 4:33:48 PM UTC+2, Bozhidar Batsov wrote: >>> >>> Hey everyone, >>> >>> CIDER 0.9 is finally out! You can read more about the release here >>> http://batsov.com/articles/2015/06/16/cider-0-dot-9/ >>> >>> Enjoy (responsibly)! :-) >>> >> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
