pholser/junit-quickcheck

`gen().type(List.class, String.class).generate(r,s)` generates a List<Zilch>

Allsimon opened this issue · 13 comments

See #226 for a reproduction case

@Allsimon I think I've got this fixed. At your convenience, have a look at the above PR and see how it works for you. Sorry for the trouble, but thanks for pointing out the problem.

@pholser thank you for fixing this so quickly.
It works fine now :)

No worries! This is merged into 0.8-branch and master.

@pholser Any idea when you will publish a new release including this change and the shrinker change?

@sir4ur0n Probably within the next couple of weeks.

Hey @pholser, sorry to ping every time, but do you think you could release soon? I actually need this fix (and the new shrinker) for downstream libraries and projects. Thank you!

@sir4ur0n Hi Julien, sorry for the delay -- undergoing a job change, and am finding little time to revisit j-q. How about this: I will commit to cutting a 0.9 release this weekend (18-19 May). Sound good?

Hi again, I see you have prepared the release here but I couldn't find the JAR neither in Maven Central nor in JCenter. Would you mind publishing it? ^^'

@sir4ur0n Hi Julien -- I use the Maven release plugin to do lots of release-related stuff, and it's currently failing when trying to sign artifacts. I recently uploaded a new key to MIT's GPG key server, and I'm wondering whether there's an issue there. As soon as I've got that ironed out and the artifacts at Maven Central, I'll let you know here and the Google group there.

0.9 appears to have hit Maven central.

I just realized I never replied here: thank you, I updated my library to use 0.9 ;)

Cheers!

@sir4ur0n No worries -- happy to help!