-
Notifications
You must be signed in to change notification settings - Fork 5
instant cheat sheet is empty #1
Comments
Hmmm, I'm not sure why that's happening. If you kill and restart the cheat sheet does it work again? |
No. I've even lein clean to see if there was a local file confusing it. I'll try a fresh project and see if I can narrow down the cause. Sent from my iPhone
|
Great! Let me know if you find anything. If not I can add a bit of debug logging |
I got it nailed down. Consider ---begin core.clj (defn foo ---end core.clj If you uncomment the :require for core async above, then the cheatsheet comes up empty. comment, and it comes up filled. On Apr 9, 2015, at 9:31 PM, Cam Saül notifications@github.com wrote:
|
Thanks! I'll do some investigation and figure out what's going on then push a fix |
If I need to set up a git repo with the rudimentary project to help repro the problem, I'm willing. On Apr 10, 2015, at 2:19 PM, Cam Saül notifications@github.com wrote:
|
Try the latest version ( |
I see similar behavior problems with 2.1.4. I've uploaded the test project to git@github.com:skelter/asyncplay-instant-cheat.git On Apr 14, 2015, at 5:21 PM, Cam Saül notifications@github.com wrote:
|
It works great on the alpha cipher code kata! |
I cloned lein-instant-cheatsheet; will see what I can figure out |
This should be fixed in the latest release. |
whoop! Great news! |
I tried running instant cheat sheet on my project and it worked for a bit, but now is empty.
Is there a verbose mode I can turn on to help?
015-04-06 23:40:26.893:INFO:oejs.Server:jetty-7.6.13.v20130916
2015-04-06 23:40:26.997:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:13370
Reflection warning, clojure/core/async.clj:189:12 - reference to field incrementAndGet can't be resolved.
Reflection warning, clojure/core/async.clj:401:7 - call to method execute can't be resolved (target class is unknown).
The text was updated successfully, but these errors were encountered: