Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Replace try? with custom try_ #39

Merged
merged 1 commit into from
Mar 23, 2016
Merged

Replace try? with custom try_ #39

merged 1 commit into from
Mar 23, 2016

Conversation

keith
Copy link
Contributor

@keith keith commented Mar 21, 2016

Currently in Swift 2.1, 2.2 and master of apple/swift, try? leaks
memory. Until the bug is fixed and released we're replacing all
instances of try? with a custom try_ function that accomplishes the
same thing.

Note, I've left try? in the tests since we don't care about the leak there.

@keith keith force-pushed the ks/remove-optional-try branch 4 times, most recently from 8b55b53 to 91b1b09 Compare March 23, 2016 05:09
Currently in Swift 2.1, 2.2 and master of apple/swift, `try?` leaks
memory. Until the bug is fixed and released we're replacing all
instances of `try?` with a custom `try_` function that accomplishes the
same thing.
@keith keith merged commit 91b1b09 into master Mar 23, 2016
@keith keith deleted the ks/remove-optional-try branch March 23, 2016 17:28
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant