Michael Blume

Results 17 issues of Michael Blume

http://dev.clojure.org/jira/browse/CLJ-1580

It's not that hard when writing a macro to accidentally wind up generating code that has an actual function object where there should be an s-expression. Badly contrived example: ```...

allow explicit creds, or use of the DefaultAWSCredentialsProviderChain if nothing is given

necessary if you like putting dots in your bucket names

Related: https://github.com/aws/aws-sdk-java/issues/421

My understanding is that standard Clojure style requires ```clj (defn foo [bar] ...) ``` rather than ```clj (defn foo [bar] ...) ``` Is there any way to enforce this using...

$ lein test Exception in thread "main" java.lang.ClassCastException: java.util.regex.Pattern cannot be cast to clojure.lang.IFn at marginalia.core$processable_file_QMARK_.invoke(core.clj:87) at clojure.lang.AFn.applyToHelper(AFn.java:163) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.core$apply.invoke(core.clj:619) at clojure.core$partial$fn__4190.doInvoke(core.clj:2396) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$filter$fn__4226.invoke(core.clj:2533) at clojure.lang.LazySeq.sval(LazySeq.java:42)...

uberwar task requires project files in order to verify that the configured vars actually exist. This takes a lot of time, and it'd be nice to be able to skip...

- sample projects - run lein-ring programmatically - run lein-ring to create artifacts programmatically - start http server with artifacts programmatically - verify that initializer/destructor also ran