cider
Here are 35 public repositories matching this topic...
-
Updated
Aug 3, 2020 - Python
Weird test failures
After clojure-emacs/cider-nrepl@ed79316 the build started failing in a really way (like ClojureScript/Piggieback's missing). I can't see any connection between disabling suitable and the failure's, though.
-
Updated
Sep 28, 2020 - Clojure
-
Updated
Sep 30, 2020 - Clojure
-
Updated
Sep 30, 2020 - Vim script
Currently the eldoc type is either function or variable:
(defn- extract-eldoc
[info]
(if-let [arglists (seq (-> info extract-arglists format-arglists))]
{:eldoc arglists :type "function"}
{:type "variable"}))This means that the result users see is not particularly accurate, not to mention that the function check is pretty primitive. We should add types like `m
-
Updated
Feb 8, 2020 - Clojure
-
Updated
Mar 27, 2019 - Emacs Lisp
-
Updated
Aug 11, 2020 - Emacs Lisp
-
Updated
Sep 3, 2020 - Emacs Lisp
Project should include more examples or case studies in documentation.
Ideas:
- a complete E2E pipeline using all of xcodebuild, altool, and Cider
- examples of more complex configuration files
- an example of how you could use a dedicated metadata repo, when coupling to your app repo is impractical.
-
Updated
Jul 22, 2020 - Clojure
-
Updated
Oct 2, 2017 - Emacs Lisp
-
Updated
Aug 21, 2020 - HTML
-
Updated
Oct 29, 2018 - Clojure
-
Updated
Dec 20, 2017 - Clojure
Improve this page
Add a description, image, and links to the cider topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cider topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When I switched from lein to Clojure CLI on MS Windows 10, cider-jack-in failed. The reason was unclear (to me anyway) from the error messaging. I found Alex Miller's documentation at
Install fails due to permission errors