test-check

johanatan 2017-11-30T21:41:48.000364Z

@gfredericks are you aware that gen/list does not seem to be "just like gen/vector" in the sense that min and max arguments are not accepted?

johanatan 2017-11-30T21:42:16.000438Z

also, why does gen/double* accept its min and max as keys in an opts map rather than flat args as gen/vector does ?

2017-11-30T21:44:07.000573Z

1) yes; gen/list is a bit second-class; I'm happy to take a patch for the docstring if it's misleading. I'd consider enhancing it to be like gen/vector, but that gets to 2) wherein the API is inconsistent, which is due to its being created in phases. I think opt maps everywhere would be ideal, and I suppose now that you have me thinking about it, gen/vector in particular could be evolved that way backwards compatibly

johanatan 2017-11-30T21:54:26.000107Z

ok, cool. just wanted to make you aware (if not already)

👍 1
johanatan 2017-11-30T21:54:47.000270Z

[not a huge deal to me personally but yea of course consistency is good where possible]