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

link and version #377

Merged
merged 4 commits into from
Mar 7, 2023
Merged

Conversation

jdroenner
Copy link
Member

@jdroenner jdroenner commented Mar 4, 2023

  • 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.

Copy link
Member

@lnicola lnicola left a comment

Choose a reason for hiding this comment

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

I wonder if we shouldn't emit something like 9090900 in the docs.rs case, so everything gets enabled.

build.rs Outdated

fn main() {
let gdal_version_string = gdal_version_info();
let gdal_version_string = env::var("DEP_GDAL_VERSION_NUMBER").unwrap();
Copy link
Contributor

Choose a reason for hiding this comment

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

Though very unlikely, consider using .expect(...) with a helpful message to indicate it was expected that gdal-sys/build.rs would have emitted cargo:version-number.

Copy link
Member Author

Choose a reason for hiding this comment

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

@lnicola
Copy link
Member

lnicola commented Mar 7, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 7, 2023

@bors bors bot merged commit 842cdd6 into master Mar 7, 2023
@metasim metasim mentioned this pull request May 18, 2023
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.

3 participants