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

enforce that GdalError is Send #293

Merged
merged 3 commits into from Sep 2, 2022
Merged

enforce that GdalError is Send #293

merged 3 commits into from Sep 2, 2022

Conversation

ChristianBeilschmidt
Copy link
Contributor

@ChristianBeilschmidt ChristianBeilschmidt commented Aug 30, 2022

  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

Before #284, GdalError was Send.
The previous PR changed it unknowingly.

This PR changes #284 so that GdalError is Send again.
Moreover, it adds a test that ensures that.

@ChristianBeilschmidt ChristianBeilschmidt changed the title enforce that GdalError is Send enforce that GdalError is Send Aug 30, 2022
@jdroenner
Copy link
Member

so this looks good to me. can you solve the conflict?

@jdroenner
Copy link
Member

bors merge

@bors
Copy link
Contributor

bors bot commented Sep 2, 2022

Build succeeded:

@bors bors bot merged commit c231a26 into master Sep 2, 2022
@ChristianBeilschmidt ChristianBeilschmidt deleted the gdal-error-send branch September 2, 2022 15:28
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

2 participants