Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Lin and STM to support multiple tested ts #62

Open
jmid opened this issue May 9, 2022 · 0 comments
Open

Extend Lin and STM to support multiple tested ts #62

jmid opened this issue May 9, 2022 · 0 comments

Comments

@jmid
Copy link
Collaborator

jmid commented May 9, 2022

Both Lin and STM share a limitation:

  • Lin tests only a single t at a time
  • STM tests only a single sut at a time

This can be worked around, e.g., by using a list of suts in STM - but it is a bit of a hack.
Furthermore, it is quite common to have multiple values of a mutable type, e.g., arising from Array.copy or Buffer.of_seq.
It would be nice to address this limitation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant