Re: [ANN] Leiningen 2.6.0

2016-02-10 Thread Avi Flax
On Thu, Feb 4, 2016 at 8:27 PM, Jean Niklas L'orange wrote: > The biggest notable change will likely be for Homebrew users. When the > Homebrew formula is updated to 2.6.0, you will likely experience startup > time improvements. Does this mean that those who manually installed will not experience

Re: Attn: clj-time users - possible breaking change being considered!

2012-02-06 Thread Avi Flax
On Feb 5, 7:31 pm, Sean Corfield wrote: > and there's no > easy / obvious way to create a formatter with the default timezone, > without dropping down to the underlying Java. Not that I want to weaken my own case, but isn’t there? What about: (formatter "fmtstr" (default-time-zone)) ? That said

Re: [ANN] test-runner, a test runner for projects using Clojure Deps

2018-02-20 Thread 'Avi Flax' via Clojure
On Friday, 16 February 2018 09:47:30 UTC-5, Luke VanderHart wrote: > > The goal is to have a full featured, standardized test runner on a project > using basic Clojure Deps, without needing to introduce Boot or Leiningen > just for that. > This is great to see — I’ll give it a try — thanks! ———

Re: [ANN] test-runner, a test runner for projects using Clojure Deps

2018-02-20 Thread 'Avi Flax' via Clojure
On Tuesday, 20 February 2018 12:10:01 UTC-5, Luke VanderHart wrote: > > You're very likely correct about shutdown-agents, I don't think I happened > to fire up any agents in my test code. I'll try to reproduce as soon as I > get a chance. > FWIW, I’m seeing the same delay, and my project doesn’t

Re: [ANN] spec.alpha 0.2.168 and core.specs.alpha 0.2.36

2018-06-27 Thread 'Avi Flax' via Clojure
On Tuesday, 26 June 2018 14:41:17 UTC-4, Alex Miller wrote: > > spec.alpha 0.2.168 is now available > Good news — thank you! BTW, the API reference published at https://clojure.github.io/spec.alpha/ seems to be out of date now — it’s still showing the version as 0.1.144-SNAPSHOT. -- Our

Re: [ANN] Clojure 1.10.0-RC5

2018-12-12 Thread 'Avi Flax' via Clojure
My test suite passes just fine. My project uses Java interop for various things, including watching the filesystem for changes (via JNA), clipboard IO, image processing, etc. Also some spec and core.async in there too. -- Our Mission: To build a better financial world Unless specifically