travitch / build-bom

Dynamically discover the commands used to create a piece of software
Apache License 2.0
45 stars 8 forks source link

Avoid the "Early drop pitfall" of losing the tempdir during bitcode extraction. #54

Closed kquick closed 4 months ago

kquick commented 4 months ago

Manage the resource-handling tempdir() result in such a way to let Rust help us ensure we don't encounter the "Early drop pitfall" documented at https://docs.rs/tempfile/latest/tempfile/.