-
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] provider (0.0.9) #26425
Conversation
Looking at the CI, I saw mdx test failing. I did not expect them to be run - I think there was something inconsistent in the provider repo between the dependencies for the main package and the package attached to the mdx stanza in the documentation. I think it's probably best not to attach the documentation (and mdx page compilation) to the main package. I created a new version (0.0.9) where I attempted to fix this, and attached the mdx stanza to a test package instead. mbarbin/provider@395c073 I updated this PR with this new version to see if this fixes the CI failures. This new version |
Just a small comment, otherwise it looks good |
I am fine to merge as is, or to remove them, whatever you prefer. In either case we can do it from here and you don't need to re-tag or re-release |
Got it, thanks a lot @mseri. I am fine to merge as is - and I'll think about it for the next release whether I want to tweak it further as discussed. Thank you for the help! |
Thanks |
Going directly from
0.0.4
to0.0.9
- skipping internal releases published in my custom opam-repository.I added a commit to allow
>= sexplib.0.17
in the hope things will be compatible going forward - this may be adjusted later.Detailed changelog below:
0.0.9 (2024-08-26)
Changed
expect_test_helpers_core.expect_test_helpers_base
.Fixed
0.0.8 (2024-08-19)
Fixed
0.0.7 (2024-08-05)
Added
Changed
Implementation => Binding
,Interface => Handler
. This brings the lib closer to the original namings from Eio.0.0.6 (2024-08-02)
Changed
Provider.Trait.Implementation
asProvider.Implementation
to expose the concepts in a more flat way.provider
package dependencies - reduce frombase
tosexplib0
.Fixed
Removed
Trait.Uid.Comparable.S
as this requiresBase
. Make it compatible withComparable.Make (Trait.Uid)
and add tests for this use case.0.0.5 (2024-07-26)
Added
Changed
ppxlib
to0.33
- activate unused items warnings.ocaml
to5.2
.dune
to3.16
.eio
to1.0
(no change required).0.17
.