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

Move prost codegen to outdir #545

Merged
merged 5 commits into from
Nov 15, 2024
Merged

Move prost codegen to outdir #545

merged 5 commits into from
Nov 15, 2024

Conversation

jonmmease
Copy link
Collaborator

This PR switches the prost codegen to locate the generated files in the output directory rather than in the src tree. This should eliminate the docs.rs failure due to the src dir being written to by build.rs

@@ -435,9 +435,7 @@ impl VegaFusionTable {
}

pub fn get_hash(&self) -> u64 {
let mut hasher = RandomState::with_seed(123).build_hasher();
self.hash(&mut hasher);
hasher.finish()
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

also ran clippy --fix

@jonmmease jonmmease merged commit 5660d26 into v2 Nov 15, 2024
21 checks passed
jonmmease added a commit that referenced this pull request Nov 16, 2024
* move prost gen to default out dir location

* clippy fix

* fmt

* remove --no-verify

* fix warning
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.

1 participant