Jeff Valk

Results 13 comments of Jeff Valk

I like the idea of automating this, but should point out that [CLJ-1161](http://dev.clojure.org/jira/browse/CLJ-1161) continues to be a stumbling block here. Essentially, the sources dep that will be most widely used...

As long as the classloader in use respects that order, yes, that should work. For the sake of clarity: The error originates [here](https://github.com/clojure/clojure/blob/master/src/clj/clojure/core.clj#L6501) when the resource `clojure/version.properties` resolves to the...

@gtrak My thoughts exactly! :-)

@vise890 If you just enable `cider-mode` on the Java buffer, you should be able to jump around as you like. This was how Java source support originally worked, and jumping...

@arichiardi I did attempt to explain the reason in the comment here... https://github.com/clojure-emacs/cider-nrepl/blob/a14a6538721688952073ea8dba9c77e638522b20/src/cider/nrepl/middleware/test.clj#L190-L192 Apparently I wasn't as clear as I'd hoped! :slightly_smiling_face: Originally, the code used `clojure.test`'s implementation of `test-var`,...

The custom `report` function is still the basis of what the test middleware does...it just has additional execution logic to do things like select which namespaces to test, handle exceptions...

@bbatsov Using the eval middleware wasn't my doing, so I can't speak to the trade-offs. That addition happened in 8b9e341. Looks like this was in response to clojure-emacs/cider#1095.

Still experiencing this exact issue with any poppler-based viewer on Linux. Library versions are as follows: ``` pdfTeX 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) kpathsea version 6.2.3 Compiled with libpng 1.6.31; using...

I think may be (yet another) duplicate of clojure-emacs/orchard#103.

I'm experiencing the same thing. If `use-package-always-ensure` is set, any `use-package` declaration for a built-in package causes Emacs to connect to the package archives on startup. ### Analysis The relevant...