should remove .force32 from enums
Open
- Dominant language
- Python
- Stars
- 39
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
our enums currently include .force32 which is inconvenient/ugly when matching them in a swift switch statement.
we should find a way not to export those via api notes.
Contributor guide
Research direction
Start by tracing how the Swift API's enum declarations and API notes expose the .force32 variants. Determine how those variants can be omitted from the exported API while preserving the remaining enum behavior; done when the public enums no longer include .force32 and the existing API behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100