-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*sayid* buffer shows text without color or functionality #33
Comments
@webappzero |
I'm currently chasing down a Cider version conflict that I just now noticed. Might be best to ignore this issue until I troubleshoot that first. Thank you. I'll be sure to follow up soon. |
Removing the The In fact, I just successfully tested that idea by creating a new project with
So, it's not the That's it for my core issues. What follows is some feedback tangentially related to this issue that may prove helpful, or at least curious. (Before I proceed, just want to say how awesome I think Sayid is. This is as close to debugging Nirvana as I've seen. Bill, your hard work is self-evident and greatly appreciated. I look forward to helping out more as my Clojure and programming skills strengthen.) In the process of troubleshooting, I noticed that a recommendation made on Sayid's homepage appears contrary to best practices recommended in the Cider documentation. Sayid's home pages shows the following example lein
But Cider docs recommend:
This was the cause of the Cider version conflict I mention in the post above. Cider was auto-injecting version
At first, I just changed Next, I cleaned up my
And my
Everything I've tested (basic Sayid functionality), still works, but for some reason when I run
I'll let you know if I notice anything else. BTW, In my research, I've noticed conflicting recommendations for Cider nrepl setup are common. I suspect it has to do with this line on these lines from Cider nrepl's github page:
My best : ) |
@webappzero Thanks for experimenting and the thorough report! I'll take some time to digest and address all of that.
YES! So happy to hear this. Thanks |
Hmmm. The issue has returned and I'm at a complete loss as to why. There are no obvious culprits. I won't have time today to dig into causes, but will provide as much feedback as I can soon. I can say that the new circumstances cause me to question the assumptions made above about aot being the cause. |
Affected here on |
@bpiel @holtzermann17 @bbatsov @webappzero I found the root cause for the problem. The version in 0.0.18 for the code is broken. For the el it use 0.0.18, for the clojure 0.0.18 version, it let the nrepl use 0.0.17. @webappzero For now, you can just clone the code, and apply the patch, then lein install the jar local to fix the problem. |
Tutorial worked fine for me, but now Sayid is failing to work on my own project. The workspace text is not colored and none of the keyboard shortcuts work. For example, pressing
i
fails to inspect node, it just types the letter i.I'm assuming there must be some difference in setup between my project and the tutorial, but my stabs in the dark failed. I added the following line to my
project.clj
::repl-options {:nrepl-middleware [com.billpiel.sayid.nrepl-middleware/wrap-sayid]}
My project is called assembler. I created with
lein new app assembler
.Here is the my entire
project.clj
file:And here is my
~/.lein/profiles.clj
I'm running Emacs Version 25.1 (9.0) with Spacemacs Release 0.200.9.
The error in the mini-buffer reads:
Wrong type argument: listp, /././.
Here's a screenshot too: http://img.webappzero.com/kjgV
The text was updated successfully, but these errors were encountered: