bazelbuild / bazelbuild/rules_testing
Show diff for large objects
Open
enhancement
- Dominant language
- Starlark
- Stars
- 29
- Forks
- 11
- Avg merge
- 15h 15m
- Merged PRs (30d)
- 3
Description
When large objects are compared, it makes the resulting errors hard to visually see what the differences are. This occurs with both large strings (e.g. generated BUILD file content for repository rule utilties) and large collections (e.g. the argv of a cc link command).
A diff would help draw attention to the parts of the expects vs actual that actually differ.
Contributor guide
Assessment
This issue has not been assessed yet.