Closed
Bug 1331596
Opened 9 years ago
Closed 9 years ago
Migrate XCGLogger to swift 3.0 compatible version
Categories
(Firefox for iOS :: General, defect, P2)
Tracking
()
RESOLVED
FIXED
Iteration:
1.14
People
(Reporter: fluffyemily, Assigned: fluffyemily)
References
Details
(Whiteboard: [MobileCore])
Attachments
(1 file)
Currently we are using a fork of XCGLogger (https://github.com/thebnich/XCGLogger) because there were some I/O issues around logging that required a swift try/catch block.
1. Check that the patch has been accepted into XCGLogger main tree (https://github.com/DaveWoodCom/XCGLogger)
2. If it has, update the dependency imported via Carthage to use https://github.com/DaveWoodCom/XCGLogger
3. If not, migrate our fork to use Swift 3.0, tag, release and update Carthage version number
Updated•9 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → etoop
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8830251 -
Flags: review?(jhugman)
| Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8830251 [details] [review]
Pull request
[
Attachment #8830251 -
Flags: review?(sleroux)
Updated•9 years ago
|
Attachment #8830251 -
Flags: review?(sleroux) → review+
| Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Iteration: --- → 1.14
| Assignee | ||
Updated•9 years ago
|
Attachment #8830251 -
Flags: review?(jhugman)
You need to log in
before you can comment on or make changes to this bug.
Description
•