ponyc icon indicating copy to clipboard operation
ponyc copied to clipboard

Ponycheck: Collections generators

Open mfelsche opened this issue 8 years ago • 3 comments
trafficstars

Create more generators for creating collections:

  • [x] Set/SetIs
  • [x] Map/MapIs
  • [ ] persistent collections

mfelsche avatar Jul 20 '17 13:07 mfelsche

Also add methods on Generators for easily creating collections of random length.

mfelsche avatar Jul 20 '17 22:07 mfelsche

Generators for persistent collections https://stdlib.ponylang.org/collections-persistent--index are missing

mfelsche avatar Oct 08 '17 18:10 mfelsche

The current generator methods on the primitive Generators already allow for creating collections of random size within bounds

mfelsche avatar Oct 09 '17 16:10 mfelsche