-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[new release] Five Ortac packages 0.4.0 #26691
Conversation
Does |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed. A few of the with-test
dependencies need to be version-constrained too, to avoid such cross-version combinations.
True. Thanks @jmid for the updates 😃 |
Yikes, this is still failing, e.g. with
I think we need to separately constrain 0.2 from installing with 0.4.
which could benefit from |
I was thinking the same and in the process of adding a commit to this PR with stricter dependencies constraints (next release of Gospel is also expected to bring breaking changes). |
#26697 should improve the situation |
This release brings a number of new features and improvements: - New features: + [ocaml#247](ocaml-gospel/ortac#247): Generated tests cover now functions with multiple SUT arguments + [ocaml#253](ocaml-gospel/ortac#253): Generated tests cover now functions returning SUT values + [ocaml#259](ocaml-gospel/ortac#259): Generated tests can be run in a separated process with a timeout - Improvements: + [ocaml#245](ocaml-gospel/ortac#245): Fix the analysis of function signature to explicitly not support SUTs inside another type + [ocaml#251](ocaml-gospel/ortac#251): Fix the display of the runnable scenario for value returned by a function that could have raised an exception
Co-authored-by: Jan Midtgaard <[email protected]>
Co-authored-by: Jan Midtgaard <[email protected]>
de70a28
to
231513d
Compare
All green and good to go! |
Thanks! |
This release brings a number of new features and improvements: