stringImplicitlyUnwrapped 未解包问题
- Dominant language
- Swift
- Stars
- 4.3k
- Forks
- 677
- PR merge metrics
- No merged PRs in 30d
Description
文档中提到:

```
var stringImplicitlyUnwrapped: String!
```
这里支持解包的方式,但是我实际使用中,使用一样的方式:

但是,在print出来的时候:
```
task_name: Optional("前端开发")
```
而不是
```
task_name: "前端开发"
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test is named. Reproduce the HandyJSON case with a Swift String! property and compare the printed Optional value with the documented behavior; identify whether the discrepancy is in deserialization or printing, then add a regression test that captures the expected result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100