Skip to content

Convert to object-style function parameters #7

@TheSpyder

Description

@TheSpyder

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions