test-check

sparkofreason 2020-03-04T22:31:07.011100Z

Is there any way to limit the size of generated strings? I see the :max-size stuff in the context of checking properties, but I want it for generating samples.

2020-03-04T22:38:53.011600Z

You can control size for individual generators

2020-03-04T22:39:49.012100Z

See gen/scale

1
sparkofreason 2020-03-04T22:46:28.013100Z

Is there anything that would cause thread contention? I'm trying to generate samples of collections in parallel, behaving oddly.

sparkofreason 2020-03-04T22:50:14.013600Z

Hmmm, maybe it was just the scale thing.

2020-03-04T23:11:55.014Z

I can't think of any threading pitfalls