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

Fix a bug in duplicate location checking #2019

Merged
merged 3 commits into from Jul 30, 2022
Merged

Fix a bug in duplicate location checking #2019

merged 3 commits into from Jul 30, 2022

Conversation

est31
Copy link
Collaborator

@est31 est31 commented Jul 30, 2022

The code that checked for duplicate locations in #2013 didn't take into account when you don't specify the location. This broke a lot of glium code, but at run time so the test suite didn't detect it (we don't run tests, only compile them). We push out a bugfix release to remedy this.

Before, if no location was specified multiple times (so set to -1),
it would see that as a duplicate location.
@est31 est31 merged commit 3e143cf into glium:master Jul 30, 2022
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.

None yet

1 participant