bazelbuild / bazelbuild/bazel-skylib
asserts.set_equals uses old_sets.bzl
Open
P4
type: bug
- Dominant language
- Starlark
- Stars
- 444
- Forks
- 202
- PR merge metrics
- No merged PRs in 30d
Description
The behavior of `asserts.set_equals` is confusing (it uses old_sets instead of sets) and should be updated.
Contributor guide
Research direction
Start by locating asserts.set_equals in old_sets.bzl and inspect how it currently refers to old_sets versus sets. Trace the related sets definitions or usages in the repository to confirm the intended implementation, then verify that set equality uses the current sets behavior without changing the assertion API.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100