Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Conversation

Lichtso
Copy link
Contributor

@Lichtso Lichtso commented Aug 24, 2023

In preparation for #32961.

@Lichtso Lichtso requested a review from brooksprumo August 24, 2023 18:03
Copy link
Contributor

@brooksprumo brooksprumo left a comment

Choose a reason for hiding this comment

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

lgtm

for proto_file in &proto_files {
let proto = proto_base_path.join(proto_file);
println!("cargo::rerun-if-changed={}", proto.display());
println!("cargo:rerun-if-changed={}", proto.display());
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well credit on this one goes to @t-nelson: t-nelson@4e17f71

Copy link
Contributor

Choose a reason for hiding this comment

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

all credits king clippy!

Copy link
Contributor

Choose a reason for hiding this comment

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

oh i guess this'll fix broken docs build in solana-core 🚀

https://docs.rs/crate/solana-core/1.16.8/builds/893154

for proto_file in &proto_files {
let proto = proto_base_path.join(proto_file);
println!("cargo::rerun-if-changed={}", proto.display());
println!("cargo:rerun-if-changed={}", proto.display());
Copy link
Contributor

Choose a reason for hiding this comment

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

all credits king clippy!

@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #32980 (960a9f0) into master (025b952) will decrease coverage by 0.1%.
Report is 1 commits behind head on master.
The diff coverage is 92.5%.

@@            Coverage Diff            @@
##           master   #32980     +/-   ##
=========================================
- Coverage    82.0%    82.0%   -0.1%     
=========================================
  Files         784      784             
  Lines      212650   212641      -9     
=========================================
- Hits       174424   174390     -34     
- Misses      38226    38251     +25     

@Lichtso Lichtso merged commit a8be70f into solana-labs:master Aug 24, 2023
@Lichtso Lichtso deleted the general_cleanup branch August 24, 2023 19:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants