build(deps): graduate helly25/mbo to 0.13.0 from the BCR - #358
Merged
Conversation
mbo 0.13.0 is now in the Bazel Central Registry, so drop the temporary git_override (pinned at the main commit merging helly25/mbo#234) for a plain bazel_dep version bump. 0.13.0 carries mbo/diff (the rich diff API behind -diff, #88) and mbo/digest (the -hash algorithms, #105), which the override provided; it also keeps the macOS clang+asan verification (#188) and StatusIs code-matcher support (#190) our test conventions rely on. Comment refreshed to match. Test: bazel test //xff/cli:hash_test //xff/cli:diff_test //xff/examples:cookbook_test (mbo/digest + mbo/diff + smoke) pass against the BCR 0.13.0; pre-commit green.
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.
What
mbo0.13.0 is now in the Bazel Central Registry, so replace the temporarygit_override(pinned at the main commit merging helly25/mbo#234) with a plainbazel_depversion bump, and refresh the now-stale rationale comment.Why
0.13.0 carries the APIs the override existed to provide:
-diff(feat(datetime): add iso8601-full + human alias; TODO.md for open decisions #88): unified/context/normal/side-by-side formats, myers/naive/direct engines, the git-style header.-hash(feat(registry): tag find-vs-xff Style on each descriptor (config phase D1) #105).It also keeps the macOS clang+asan verification (#188) and
StatusIscode-matcher support (#190) our test conventions rely on.Testing
bazel test //xff/cli:hash_test //xff/cli:diff_test //xff/examples:cookbook_test→ pass (mbo/digest, mbo/diff, and a smoke test, all against the BCR 0.13.0 with no override).pre-commit(module-versions, ...) and buildifier green onMODULE.bazel.Note
Follows #357; this is the dependency change intentionally split out of that PR.