You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made some inroads to this with the uniqueArray support but the object config pattern is far too unwieldy with either @obj functions or @deriving(abstract).
In version 2.6.0, fast-check deprecated the positional argument style of arbitrary configuration:
https://github.com/dubzzz/fast-check/blob/main/CHANGELOG.md#260
I made some inroads to this with the
uniqueArray
support but the object config pattern is far too unwieldy with either@obj
functions or@deriving(abstract)
.My plan is to wait for changes that make this easier in ReScript 10, which introduces
@obj
records:https://forum.rescript-lang.org/t/rfc-more-general-type-checking-for-structural-typings/1485/51
I will then publish a 2.0 release of the bindings that requires v10 and converts everything to object configs.
The text was updated successfully, but these errors were encountered: