Conversation
Test skipping through multiple values of different sizes (1, 3, and 2 bytes) instead of redundantly testing skip on a single 0L value
4886e76 to
1b756c3
Compare
c-cube
added a commit
to c-cube/opam-repository
that referenced
this pull request
Feb 11, 2026
CHANGES: - fix leb128 slice bug - fix leb128 `Int64.min_int` bug - add tests for leb128 library (c-cube/ocaml-containers#486) - 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.
c-cube
added a commit
to c-cube/opam-repository
that referenced
this pull request
Feb 12, 2026
CHANGES: - fix leb128 slice bug - fix leb128 `Int64.min_int` bug - add tests for leb128 library (c-cube/ocaml-containers#486) - 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.
c-cube
added a commit
to c-cube/opam-repository
that referenced
this pull request
Feb 15, 2026
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.
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.
No description provided.