Mike Fikes
Mike Fikes
Cool. Do you think Specter can be updated to the latest `test.check` release and API? Or, does that cause an issue with Specter striving to be backwards compatible (and usable...
Back around the time this post occurred http://swannodette.github.io/2014/12/31/the-old-way-the-new-way/ there were some breaking changes that causes a bit of difficulty with forwards and backwards compatibility. Since that time frame, it has...
Speaking of UUIDs and `test.check`, this is interesting relevant prior art: https://github.com/clojure/test.check/blob/a9e15ab4d884097f2e0636e98d047f46a20b7cc8/src/main/clojure/clojure/test/check/generators.cljc#L1276-L1309 Edit: I suppose in `test.check`'s use case, they need to honor a seed to generate the same sequence...
Support for bootstrapped ClojureScript has landed in the `test.check` repo via [TCHECK-105](http://dev.clojure.org/jira/browse/TCHECK-105). In preparation for when the JAR is available, I'm happy to help set up a script that can...
@tomjakubowski FWIW, [Ambly](https://github.com/omcljs/ambly) exhibits what appears to be similar behavior. You can see this in the `README.md` instructions for [Shrimp](https://github.com/mfikes/shrimp) (where a `require` is used in lieu of a `load-file`...
One problem with the approach outlined above is that it analyzes source roots in sequence, building up compiler state. This is fine if the source roots are analyzed in an...
When building with `lein cljsbuild`, source is located for dependent namespace analysis not by checking for it relative to the `:root` key in the ClojureScript compiler environment, but by instead...
I can no longer reproduce this issue. I did the due diligence of attempting to revert back to the versions of the releases that existed at the time I wrote...
This actually still occurs; not sure why I failed to reproduce it earlier. In fact, it appears with the latest ClojureScript compiler (`0.0-2655`) what was previously a warning becomes an...
I've created a reduction in the form of a minimal repository illustrating the problem: https://github.com/mfikes/weasel-src-paths