test-check

borkdude 2019-03-03T15:40:29.000700Z

The last stable release of test.check has been 12 NOV 2015. What are the alpha releases waiting for to become stable?

2019-03-03T15:42:02.001400Z

a set of milestones I was asymptotically approaching for a while; most of them I gave up on, so the only reason I haven't cut a release is because of the things that seem too half-baked to release

2019-03-03T15:42:46.001800Z

I think the tickets tagged 0.10.0 reflected what I hadn't yet given up on

2019-03-03T15:43:56.002300Z

now that I look, it seems like it's just a documentation ticket

2019-03-03T15:49:39.003300Z

the big thing I wanted to do was write some guides, but that was apparently too much work, and arguably isn't related to a release

2019-03-03T15:51:37.004100Z

I think I also wanted to sync up with alex w.r.t. spec, and see if there was anything that'd be super useful to change before a release

2019-03-03T15:51:59.004400Z

so that there aren't future compatibility issues

borkdude 2019-03-03T15:52:27.004900Z

did the lazy loading of generators in spec require changes to tc?

2019-03-03T15:52:43.005200Z

no, but there was a change to gen/such-that for spec

borkdude 2019-03-03T15:53:12.005400Z

is spec itself still using 0.9.0?

2019-03-03T15:53:38.005800Z

I guess? but if you depend on 0.10.0 yourself, that's what it'll be using

2019-03-03T15:53:46.006200Z

so people will conceivably be combining arbitrary pairs of versions

borkdude 2019-03-03T15:54:41.006800Z

so 0.9.0 already had a change to gen/such-that for spec in November 2015?

borkdude 2019-03-03T15:57:07.007500Z

It seems not.

2019-03-03T15:58:52.007700Z

yeah, I didn't mean to imply that

2019-03-03T16:00:16.008200Z

I'll put out another alpha release this week for the cljs changes, and then I will plan on talking to alex in a few weeks when my free time clears up

borkdude 2019-03-03T16:00:54.008500Z

yeah, no hurry, just wanted to know the current state

👍 1