skiptools / skiptools/skip-lib
Character.isLetter and .isNumber are not supported
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 13
- Forks
- 4
- Avg merge
- 1h 49m
- Merged PRs (30d)
- 2
Description
The code I'm porting with Skip fails here:
private extension Character {
var isAlphaNum: Bool {
isLetter || isNumber
}
}
This API is not yet available in Skip. Consider placing it within a #if !SKIP block. You can file an issue against the owning library at https://github.com/skiptools, or see the library README for information on adding support
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies missing support for Swift Character.isLetter and Character.isNumber but names no implementation file or test. Start by locating the library's Character support and existing API coverage; done means both properties work for the shown Swift code and their behavior is verified by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100