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

Correct dependency handling when loading modules #8701

Merged
merged 3 commits into from
Apr 19, 2016

Conversation

unknownbrackets
Copy link
Collaborator

Should help #8700.

I had inititally used an initializer_list, and it failed on Symbian, and I just pulled it out wrong. The change to the for fixed the crash, but only because it made it skip all dependency checks.

This makes it simpler, let's just always have a dep list and null terminate, which is what I had meant to do when pulling out the vector initializer.

-[Unknown]

@unknownbrackets
Copy link
Collaborator Author

Hmm, looks like we need to update our travis Android script.

-[Unknown]

@hrydgard hrydgard merged commit 9434dfd into hrydgard:master Apr 19, 2016
@unknownbrackets unknownbrackets deleted the utility-deps branch April 20, 2016 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants