danyx23 / elm-uuid

Generate and parse UUIDs in Elm
BSD 3-Clause "New" or "Revised" License
48 stars 13 forks source link

Elm 0.19 #13

Closed norpan closed 6 years ago

norpan commented 6 years ago

Hi, are you working on migrating this to Elm 0.19? Do you want a PR?

danyx23 commented 6 years ago

I would be happy for prs, am traveling a lot at the moment and have little time for updates. Thanks!

jgrenat commented 6 years ago

@danyx23 I've started migrating this, but I am currently stuck because we need to wait for elm-community/shrink to be ported to Elm 0.19 in order for Fuzz.custom to be used.

See https://github.com/elm-explorations/test/issues/15

norpan commented 6 years ago

There is no need for custom fuzzers, since it uses the standard Random now. #14 works and passes all tests.

jgrenat commented 6 years ago

My bad, I hadn't seen your PR! 😝