ghostwheel

Hassle-free clojure.spec, automatic generative testing, side effect detection, and evaluation tracing for Clojure(-Script) – https://github.com/gnl/ghostwheel
tony.kay 2019-07-09T00:01:13.002100Z

I too would appreciate the in-progress work appearing on a branch in the repo for reference

gnl 2019-07-09T13:47:26.002800Z

There were lots of messy experiments with lots of clean up and rebasing leading up to 0.4.0, but I'll see if I can make the milestones smaller and the intervals between pushing to the public repo shorter.

tony.kay 2019-07-09T14:48:49.003Z

Still, you can force-push in-progress branches…and I for one, do exactly that on Fulcro (I often have a published branch that I do whatever the heck I need to…user beware). That way if I have potential collaborators on it they can make suggestions or even help with little tasks here and there 🙂

tony.kay 2019-07-09T14:49:42.003200Z

but as an unpaid maintainer of Fulcro for 3+ years, I completely understand the not wanting to “make more work” for yourself 😉

gnl 2019-07-14T11:57:54.000100Z

😄 It's a good point, though, as long as master is kept consistent, force-pushing to public dev branches sounds fine. I'll reevaluate my approach.