Lars Andersen

Results 95 comments of Lars Andersen

@darthdeus I'm no longer expending efforts on this package and I'm not sure @roman is either. I've written a similar package based on smartparens instead: https://github.com/expez/evil-smartparens

@bbatsov are you OK with closing the issue in this repo in favor of an issue over at clojure-mode?

From what I can tell this happens because `tools.namespace` only considers the ns form and doesn't register the dependency caused by the `load` statement. Guess we could run our own...

Got an error: ``` unzipping [ plexus-component-annotations [ v2v1v0 ]] munge source files of plexus-component-annotations artifact on branch [] exposed false. munge source files of commons-compress artifact on branch []...

I added some debug info and here's the ns form of the file it choked on: ```clj (ns ^{:author "Alex Taggart", :doc "Support for testing whether logging calls are made....

It doesn't get to the load statements because it fails pretty quickly.

``` unzipping [ orchard [ v0v7v3 ]] unzipping [ toolsdepsalpha [ v0v12v1048 ]] unzipping [ api [ v0v8v524 ]] unzipping [ dataxml [ v0v2v0-alpha6 ]] unzipping [ datacodec [ v0v1v0...

> how did you get to clojure.tools.deps originally then? `make install` in the `refactor-nrepl` repo on the `hotload-deps` branch gave me the load error with version `0.5.3`. This branch (that...

To repro the only dep you need is this one, from `refactor-nrepl`: ``` ^:inline-dep [org.clojure/tools.deps.alpha "0.12.1048" :exclusions [ com.cognitect.aws/s3 com.cognitect.aws/endpoints javax.inject]] ``` It will cause this branch to fail. `tools.dep`...

Here's an even better repro by modifying the new test you created for this branch: ```clj (def tool-deps-alpha-example "(ns ^{:author \"Alex Taggart\" :doc \"Support for testing whether logging calls are...