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

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] 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] 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! ———