Closed
Bug 1388563
Opened 7 years ago
Closed 7 years ago
[iOS 11] Remove 'inout' argument from BrowserDB.withConnection<T>()
Categories
(Firefox for iOS :: Data Storage, enhancement, P2)
Tracking
()
RESOLVED
FIXED
Iteration:
1.30
Tracking | Status | |
---|---|---|
fxios | 10.0 | --- |
People
(Reporter: justindarc, Assigned: justindarc)
References
Details
(Whiteboard: [MobileCore][iOS11])
Attachments
(1 file)
It seems as though our passing of `NSError` via `inout` is not making the Swift 4 compiler happy. Let's remove it and `throw` an error instead.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jdarcangelo
Status: NEW → ASSIGNED
Iteration: --- → 1.28
tracking-fxios:
--- → ?
Priority: -- → P1
Updated•7 years ago
|
Iteration: 1.28 → 1.29
Updated•7 years ago
|
Assignee | ||
Updated•7 years ago
|
Iteration: --- → 1.30
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8910306 -
Flags: review?(rnewman)
Updated•7 years ago
|
Attachment #8910306 -
Flags: review?(rnewman) → review+
Assignee | ||
Comment 3•7 years ago
|
||
Landed on master:
https://github.com/mozilla-mobile/firefox-ios/commit/eb8471312878b07fd6a75c0caa3f9c0d6774d2a7
Landed on v10.x:
https://github.com/mozilla-mobile/firefox-ios/commit/9e748dd88e11699d2074a23499655e266c529e44
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•