Kim Kinnear

Results 11 issues of Kim Kinnear

One of the differences in Clojure from other Lisps that I have used is that frequently there are pairs of s-expressions without enclosing parentheses. These show up in binding vectors...

When using this OpenJDK, downloaded from the AZUL site: ``` % java -version openjdk version "1.8.0_275" OpenJDK Runtime Environment (Zulu 8.50.0.1017-CA-macos-aarch64) (build 1.8.0_275-b01) OpenJDK 64-Bit Server VM (Zulu 8.50.0.1017-CA-macos-aarch64) (build...

bug

The indent-only capability can be specified separately for maps, lists, vectors, or sets, but at present the transition from non-indent-only (that is, classic, `:respect-nl?` or `:respect-bl?` formatting) into indent-only formatting...

bug

The default interpose value for {:parse-string-all? true {:interpose true}} should give you one blank line between expressions, and `:interpose "\n"` should give you none, but it doesn't work out that...

bug

The support for turning `:argn` functions into `:argn-1` functions when they appear inside of a `->` thread first macro is currently being applied to the first expression in the `->`...

bug

I am the maintainer of [lein-zprint](https://github.com/kkinnear/lein-zprint), and it turns out that if you have lein-tools-deps and lein-zprint both as plugins to Leiningen 2.8.1, lein-zprint doesn't work. This [issue](https://github.com/kkinnear/lein-zprint/issues/4) describes the...

Intermediate work on the way to `1.2.5`. Created to see how the tests run, and possibly recover the `zprintl` build artifact to give to someone to fix Issue #263.

When applying multiple styles, for example `{:style [:style-a :style-b]}`, if an error is detected when applying `:style-a`, some errors will be lost and not reported. In these cases, `:style-a` will...

You can format source (typically using the pre-built binaries or the uberjar) or Clojure structures (typically using zprint as a library, possibly at the REPL). I you configure `:indent-only?` when...