I noticed this when updating cider via melpa, and I wasn't sure if it's
already known about or whether it is even an problem. I thought I'd ask
here before submitting an issue to github.
Compiling file
/Users/peterhull/.emacs.d/elpa/cider-20171209.1602/cider-browse-spec.el at
Sun Dec 10 11:29:
Sure, file a ticket.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group
It might have been changed upstream. Not sure what's your Emacs version. A
while ago we backported this macro in whatever its current form was for
compatibility with older Emacsen.
File a ticket on GitHub and we'll investigate.
On 10 December 2017 at 13:44, Peter Hull wrote:
> I noticed this w
I encountered the same problem some years ago. In my case the problem was
solved by removing (require 'cl-lib) line in my init.el file. The cl-lib
package defined when-let as well.
I hope that this will help you out!
--
You received this message because you are subscribed to the Google
Grou
On Sunday, 10 December 2017 14:14:05 UTC, Bozhidar Batsov wrote:
>
> It might have been changed upstream. Not sure what's your Emacs version. A
> while ago we backported this macro in whatever its current form was for
> compatibility with older Emacsen.
>
> File a ticket on GitHub and we'll inves
Hi Alan,
With validation turned on, Schema eagerly validates your full inputs so
this is the expected (if a bit unfortunate) behavior.
There is a little context on the issue and some potential workarounds here
:
https://github.com/plumatic/schema/issues/340#issuecomment-185321295
Best, Ja
I think is better to add AOT cache to speed up startup time.
eg.
https://gist.github.com/sound2gd/dc4dd1e2345949182e258182689c2b2e#file-run-clj-L50
On Saturday, December 9, 2017 at 3:35:39 AM UTC+8, Alex Miller wrote:
>
> Clojure 1.9 is now available!
>
>
> Clojure 1.9 introduces two major new f