swift4.0中字符串的长度string.characters.count已经废除了,换成了string.count,有两个地方用了,有警告。
Open
- Dominant language
- Swift
- Stars
- 4.3k
- Forks
- 677
- PR merge metrics
- No merged PRs in 30d
Description
This issue has no description.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the Swift sources for the two uses of string.characters.count mentioned in the issue and inspect the surrounding code. Replace those deprecated length expressions with string.count, then run the relevant project checks to confirm the warnings are gone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100