Breaking changes for v2
Open
semver-major
- Dominant language
- C++
- Stars
- 26
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Megathread for breaking changes. This may be a ways off, and the list will almost certainly grow.
- [ ] change GTM to return an unsigned value in [0, 2^24) rather than a signed value in [0, 2^23)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the GTM implementation and any tests covering its return range. Confirm the current signed [0, 2^23) behavior and the expected unsigned [0, 2^24) behavior before making the v2 change. Done means the new behavior is implemented, tested, and reflected in this breaking-changes item.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100