Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

instant cheat sheet is empty #1

Closed
skelter opened this issue Apr 7, 2015 · 12 comments
Closed

instant cheat sheet is empty #1

skelter opened this issue Apr 7, 2015 · 12 comments

Comments

@skelter
Copy link

skelter commented Apr 7, 2015

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).

@camsaul
Copy link
Owner

camsaul commented Apr 8, 2015

Hmmm, I'm not sure why that's happening. If you kill and restart the cheat sheet does it work again?

@skelter
Copy link
Author

skelter commented Apr 8, 2015

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

On Apr 7, 2015, at 8:37 PM, Cam Saül notifications@github.com wrote:

Hmmm, I'm not sure why that's happening. If you kill and restart cheat sheet does it work again?


Reply to this email directly or view it on GitHub.

@camsaul
Copy link
Owner

camsaul commented Apr 10, 2015

Great! Let me know if you find anything. If not I can add a bit of debug logging

@skelter
Copy link
Author

skelter commented Apr 10, 2015

I got it nailed down.

Consider

---begin core.clj
(ns asyncplay2.core
;(:require [clojure.core.async :as async :refer :all])
)

(defn foo
"I don't do a whole lot."
[x](println x))

---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:

Great! Let me know if you find anything. If not I can add a bit of debug logging


Reply to this email directly or view it on GitHub.

@camsaul
Copy link
Owner

camsaul commented Apr 10, 2015

Thanks! I'll do some investigation and figure out what's going on then push a fix

@skelter
Copy link
Author

skelter commented Apr 11, 2015

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:

Thanks! I'll do some investigation and figure out what's going on then push a fix


Reply to this email directly or view it on GitHub.

@camsaul
Copy link
Owner

camsaul commented Apr 14, 2015

Try the latest version (2.1.4), everything should be working as expected now.

@skelter
Copy link
Author

skelter commented Apr 15, 2015

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:

Try the latest version (2.1.4), everything should be working as expected now.


Reply to this email directly or view it on GitHub.

@skelter
Copy link
Author

skelter commented Apr 15, 2015

It works great on the alpha cipher code kata!

@skelter
Copy link
Author

skelter commented May 10, 2015

I cloned lein-instant-cheatsheet; will see what I can figure out

@camsaul
Copy link
Owner

camsaul commented Feb 24, 2016

This should be fixed in the latest release.

@camsaul camsaul closed this as completed Feb 24, 2016
@skelter
Copy link
Author

skelter commented Feb 24, 2016

whoop! Great news!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants