-
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
Add: bos.0.2.1, fmt.0.8.10, rresult.0.7.0, topkg.1.0.4, topkg-care.1.0.4 #19684
Add: bos.0.2.1, fmt.0.8.10, rresult.0.7.0, topkg.1.0.4, topkg-care.1.0.4 #19684
Conversation
I did dread the removal of the What do we do, constrain on |
b41da67
to
bf03157
Compare
So I added the
This was then piped to
(the formatting was altered on some packages). A few packages were also failing on |
bf03157
to
b0a4bea
Compare
So as @dra27 aptly remarked, adding a So given
It would be nice for |
Just a note to my future self, given the way |
Ok the next round of results are in. I propose to fix remaining deps in a separate PR to be merged before this one (will do as soon as I get a bit time on this). I don't think it makes sense to run 36k jobs again, I'm not too happy about the vast amount of ressources all that is using. |
This looks good, the only remaining issue due to dropping result is the dockerfile-cmd one, if I did not miss anything. |
Why did the CI results disappear ? |
It seems they were restarted ?! I don't think we need another round. |
I agree, let's stop it while the CI is restarting! Thanks a lot |
bos.0.2.1
home, doc, issuesBasic OS interaction for OCaml
fmt.0.8.10
home, doc, issuesOCaml Format pretty-printer combinators
rresult.0.7.0
home, doc, issuesResult value combinators for OCaml
topkg.1.0.4
home, doc, issuesThe transitory OCaml software packager
topkg-care.1.0.4
home, doc, issuesThe transitory OCaml software packager
bos
v0.2.1 2021-10-04 ZagrebOS.Dir.create
fix function result on existing files. It returnednon-sensical results. The function now errors as it should
be. Thanks to Léo Andrès for the report.
OS.Dir.create
fix function returningfalse
instead oftrue
when the directory is created with~path:false
.Thanks to Léo Andrès for the report and patch.
OS.File.read
support for reading character devices and namedpipes. Thanks to Rizo Isrof for the patch.
fmt
v0.8.10 2021-10-04 Zagrebstdlib-shims
andseq
packages.[@@ocaml.deprecated]
annotation to deprecatedfunctions. Thanks to Antonin Décimo for the patch.
rresult
v0.7.0 2021-10-04 Zagrebresult
compatibility package.
Stdlib.Result
moduleavailable in OCaml 4.08.
topkg-care
,topkg
v1.0.4 2021-10-04 ZagrebResult.result
in the code base. We got thedependency indirectly through
bos
and the latest version of thelatter no longer depends on it.
Use
b0 cmd -- .opam.publish bos.0.2.1 fmt.0.8.10 rresult.0.7.0 topkg.1.0.4 topkg-care.1.0.4
to update the pull request.