Closed
Bug 1355825
Opened 8 years ago
Closed 8 years ago
Fix string interpolation and unused value warnings from Swift 3.1 migration
Categories
(Firefox for iOS :: Build & Test, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Iteration:
1.19
| Tracking | Status | |
|---|---|---|
| fxios | 8.0+ | --- |
People
(Reporter: sleroux, Assigned: sleroux)
References
Details
(Whiteboard: [MobileCore])
Attachments
(1 file)
After moving the project to Swift 3.1, the project now contains 100's of warnings mostly relating to the new warning for stringifying optionals and unused values. We should aim to have as little warnings as possible. We probably shouldn't release 8.0 until we iron out all the warnings we have.
| Assignee | ||
Updated•8 years ago
|
Summary: Fixed string interpolation and unused value warnings from Swift 3.1 migration → Fix string interpolation and unused value warnings from Swift 3.1 migration
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8857519 -
Flags: review?(fpatel)
| Assignee | ||
Updated•8 years ago
|
Iteration: --- → 1.19
Updated•8 years ago
|
Attachment #8857519 -
Flags: review?(fpatel) → review+
| Assignee | ||
Comment 2•8 years ago
|
||
master 02467f8015e5936425dfc7355c290f94c56ea57a
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•