mattiasholmqvist / evently

An event sourcing library for Clojure
https://github.com/mattiasholmqvist/evently
Eclipse Public License 1.0
3 stars 1 forks source link

Add spec #3

Closed bsima closed 6 years ago

bsima commented 8 years ago

Status update: I'm waiting for Clojure 1.9 to be released, since in the alpha versions currently available the clojure.spec API is changing a lot.

Also, for some reason all the spec tests fail from lein test at the command line, but they pass at the repl. Don't know why, but I'll look into it again when 1.9 is released.

mattiasholmqvist commented 8 years ago

No problem. Keep me posted. Will be offline for a while during july in case I'm not responding, so you know!

Mattias

Skickat från min iPhone

5 juli 2016 kl. 21:13 skrev Ben Sima notifications@github.com:

Status update: I'm waiting for Clojure 1.9 to be released, since in the alpha versions currently available the clojure.spec API is changing a lot.

Also, for some reason all the spec tests fail from lein test at the command line, but they pass at the repl. Don't know why, but I'll look into it again when 1.9 is released.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

bsima commented 8 years ago

This could be the reason the tests were failing from the CLI and not from the REPL: https://www.bountysource.com/issues/36003731-leiningen-test-hooks-clash-with-test-check-0-9-0

Edit: this is definitely the reason. I switched to boot and the tests pass fine...

bsima commented 8 years ago

Awesome, switching to boot made the tests pass! This is almost good to go...