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

chore: fix two cases where std::result::Result is not fully scoped #122

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

mountainpath9
Copy link
Contributor

This avoids compilation errors where the source proto files declare a Result type.

mountainpath9 added a commit to mountainpath9/tkhq-rust-sdk that referenced this pull request Jun 17, 2024
Unfortunately pbjson needs a fix to fully scope some names:

influxdata/pbjson#122

This change has Cargo.toml reference a fork with the above
change.
@alamb
Copy link
Contributor

alamb commented Jul 9, 2024

#128 should fix CI on this crate. Then we can rebase this PR and get it ready to go

@alamb alamb enabled auto-merge (squash) July 9, 2024 10:38
@alamb alamb changed the title fix two cases where std::result::Result is not fully scoped chore: fix two cases where std::result::Result is not fully scoped Jul 9, 2024
@alamb alamb force-pushed the mpath-fix-result-scoping branch from f3732d5 to 5eb56a5 Compare July 9, 2024 10:39
@alamb
Copy link
Contributor

alamb commented Jul 9, 2024

I rebased this PR and reworded the commit message to get it to pass the semanic checks

Copy link
Contributor

@alamb alamb 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 @mountainpath9

@alamb alamb merged commit bab0bae into influxdata:main Jul 9, 2024
7 checks passed
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