skiptools / skiptools/skip-lib

Character.isLetter and .isNumber are not supported

Open
#20 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.