Skip to content

Fixes to make the CI a bit happier#3

Merged
Friz64 merged 4 commits into
Friz64:rewritefrom
BitSyndicate1:rewrite
May 3, 2026
Merged

Fixes to make the CI a bit happier#3
Friz64 merged 4 commits into
Friz64:rewritefrom
BitSyndicate1:rewrite

Conversation

@BitSyndicate1
Copy link
Copy Markdown

makes ash-rewrite compile in CI and makes RustFMT happy.

Comment thread analysis/src/xml.rs
format!("{waff3:#?}"),
)
.unwrap();
std::fs::write("../target/waff3video", format!("{waff3:#?}")).unwrap();
Copy link
Copy Markdown
Owner

@Friz64 Friz64 May 3, 2026

Choose a reason for hiding this comment

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

heh, this is just some stupid debugging code I've yet to find a better location for

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

could probably write an integration test and then use the CARGO_TARGET_TMPDIR env!() variable

CARGO_TARGET_TMPDIR — Only set when building integration test or benchmark code. This is a path to a directory inside the target directory where integration tests or benchmarks are free to put any data needed by the tests/benches. Cargo initially creates this directory but doesn’t manage its content in any way, this is the responsibility of the test code.

https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-crates

@Friz64 Friz64 merged commit bb7683e into Friz64:rewrite May 3, 2026
7 of 10 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