Ben Smith-Mannschott
Ben Smith-Mannschott
Issue 60 involves a requirement documented in [edn-format](https://github.com/edn-format/edn) that I'd not implemented because I missed it somehow. I'd like to release 1.0, but before doing that it makes sense to...
Commit 7e5bd6144eda3d372acbf8777bae34508031dcd2 merges an expanded performance-test branch to master, but this still needs work. - It's obvious that I don't know my way around Caliper, so I imagine potential improvements...
See https://github.com/clojure/clojure/commit/6d48ae372a540903173be2974b66b8911371e05d See: http://dev.clojure.org/jira/browse/CLJ-1910 I don't think this new printing behavior should be the default as this could produce output that older versions of edn-java could not read by default.
As suggested by [abernard](https://github.com/abernard) in a [comment on issue 32](https://github.com/bpsm/edn-java/issues/32#issuecomment-19400109): > On the issue of this handling Guava collections, I wonder if the code to determine List or Vector should...
Maybe related to #91. As far as I can tell, PBGitHistoryController: 1. refreshes the history view whenever GitX gains focus 2. tries to restore the selected commit when doing this,...