[new release] containers (2 packages) (3.18)#29372
Merged
jmid merged 1 commit intoocaml:masterfrom Feb 16, 2026
Merged
Conversation
mseri
reviewed
Feb 12, 2026
Member
|
Is this an oversight or they need a new upper bound? |
Contributor
Author
|
New bound I think. I'll address the other issue.
|
a490ed3 to
c256148
Compare
Member
|
I created a PR for the upper bound. Can you have a look at the tests that are stack overflowing? E.g. |
CHANGES: - fix leb128 slice bug - fix leb128 `Int64.min_int` bug - add tests for leb128 library (c-cube/ocaml-containers#486) - fix size explosion in `t_pvec.ml` found in CI - some breaking changes after the big bump to 4.08 as lower bound, thanks to @fardale for the cleanup * breaking: CCListLabel.compare and CCListLabel.equal takes the function on the elements as named arguments * breaking: CCListLabel.init now takes the length as a named arguments to follow the Stdlib * breaking: change the semantic of CCFloat.{min,max} with respect to NaN to follow the Stdlib * breaking: change the semantic of CCInt.rem with respect to negative number to follow the Stdlib * breaking: change the order of argument of `CCMap.add_seq` to align with the stdlib.
c256148 to
4d2bcb3
Compare
Contributor
Author
|
found the culprit, a size explosion in qcheck that lead to |
jmid
approved these changes
Feb 16, 2026
Member
jmid
left a comment
There was a problem hiding this comment.
Thanks, LGTM!
FTR CI is down to
- revdeps (
Failed to get sources+ffmpeg.0.4.3 failed to build) - opam-2.0 failures
Contributor
Author
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A modular, clean and powerful extension of the OCaml standard library
CHANGES:
Int64.min_intbugCCMap.add_seqto align with the stdlib.