wordpress-mobile / wordpress-mobile/WordPress-iOS
Crash in BloggingRemindersScheduleFormatter
Open
Nobody has claimed this yet.
[Type] Crash
Blogging Prompts
- Dominant language
- Swift
- Stars
- 3.9k
- Forks
- 1.2k
- Avg merge
- 23h 51m
- Merged PRs (30d)
- 58
Description
This API should never be used:
NSMutableAttributedString(data: htmlData, options: options, documentAttributes: nil)) ?? NSMutableAttributedString()
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
Locate BloggingRemindersScheduleFormatter and the call to NSMutableAttributedString(data:options:documentAttributes:). Start by reproducing the crash from the issue context and inspect how this formatter handles the API. Done means the crash is addressed without using the identified API; no test file or verification command is provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100