Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite #609

Merged
merged 3 commits into from
May 31, 2017
Merged

Test suite #609

merged 3 commits into from
May 31, 2017

Conversation

ricardopereira
Copy link
Contributor

No description provided.

@@ -530,6 +530,9 @@ BOOL ARTstartHandlingUncaughtExceptions(ARTRest *self) {
}

void ARTstopHandlingUncaughtExceptions(ARTRest *self) {
if (!self) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self should never be null here. When is it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tcard Sorry, I can't recall when it was null but it wasn't in a normal state.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tcard Another thing. I was facing a deadlock as well. I spent some time at my lunch time to figure it out but the time wasn't enough. I will open a new PR.

@tcard tcard closed this May 31, 2017
@tcard tcard reopened this May 31, 2017
@tcard tcard merged commit a0dbddd into master May 31, 2017
@tcard
Copy link
Contributor

tcard commented May 31, 2017

I'm merging this since it'll improve stability, but I'd like to understand why this happens at some point.

@tcard tcard deleted the test-suite branch May 31, 2017 17:01
tcard pushed a commit that referenced this pull request May 31, 2017
* Update CocoaPods

* Fix RSA8a: specific `_createTokenRequest` method

* Fix ARTstopHandlingUncaughtExceptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants