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

Sort library files before loading them so load order is predictable #2475

Merged
merged 1 commit into from
Jan 22, 2018

Conversation

clintoncwolfe
Copy link
Contributor

Fixes #2474

This is a one-line fix. I chose to make the change as close to the problem as possible to minimize impact. Unit tests and linter passed.

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
Copy link
Contributor

@adamleff adamleff left a comment

Choose a reason for hiding this comment

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

This looks fine to me, but I'd like @arlimus or @chris-rock to chime in as they're more familiar with this part of the codebase and any potential unintended consequences of this change.

Copy link
Contributor

@arlimus arlimus left a comment

Choose a reason for hiding this comment

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

Thank you @clintoncwolfe this should make things more predictable!

@arlimus arlimus merged commit 0d5f6e0 into master Jan 22, 2018
@arlimus arlimus deleted the cw/library-load-order branch January 22, 2018 21:17
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.

Library file load order is non-deterministic
3 participants