Skip to content

Conversation

mbektchiev
Copy link
Contributor

The value is wrongly read as false when the current thread
doesn't have a TNSRuntime object associated with it. Instead of
calling [TNSRuntime current] use [TNSRuntime runtimeForVM:]
which will correctly find the object that matches the current
execution state.

PR Checklist

The value is wrongly read as `false` when the current thread
doesn't have a `TNSRuntime` object associated with it. Instead of
calling `[TNSRuntime current]` use `[TNSRuntime runtimeForVM:]`
which will correctly find the object that matches the current
execution state.
@mbektchiev mbektchiev added the bug label Dec 19, 2019
@mbektchiev mbektchiev added this to the 6.4.0 milestone Dec 19, 2019
@mbektchiev mbektchiev requested a review from vtrifonov December 19, 2019 10:00
@mbektchiev mbektchiev self-assigned this Dec 19, 2019
@cla-bot cla-bot bot added the cla: yes label Dec 19, 2019
@mbektchiev mbektchiev merged commit d60dafc into master Dec 19, 2019
@mbektchiev mbektchiev deleted the bektchiev/fix-discard-exceptions-flag branch January 13, 2020 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants