Erik Assum
Erik Assum
```dbg wrong-pre-post: condition=(do (println "job-xml:" %) true) line=152 test-ast :op=:do``` - I think eastwood is printing this based on the following input: ```{:post [(do (println "job-xml:" %) true)]}``` looks like...
``` ✘-127 ~/Documents/github.com/first-roll 12:02 $ sudo npm install -g @juxt/mach /usr/local/bin/mach -> /usr/local/lib/node_modules/@juxt/mach/bin/mach > [email protected] install /usr/local/lib/node_modules/@juxt/mach/node_modules/lumo-cljs > node scripts/npm_install.js || nodejs scripts/npm_install.js internal/streams/legacy.js:59 throw er; // Unhandled stream error...
We have a use case at work where we listen to both text and byte messages. This `pre` disallows that. I'm not sure if there is a reason for disallowing,...
`spec-tools.visitor` has `(defmethod visit-spec 'clojure.spec.alpha/coll-of ...)` which ends up dispatching on ``` (case type :map-of ::map-of :set ::set-of :vector ::vector-of) ``` while there is no implementation of `accept-spec` for any...
clojure.core has started work on https://github.com/clojure/spec-alpha2 It would be nice to run our tests against this version as well.
In order to keep things scoped, I'll close #43 and keep the rest of the work here
https://groups.google.com/forum/m/#!topic/clojure/TVRsy4Gnf70 Seems to be unknown to most.