Hi Iain, On 5/14/21 11:55 AM, Iain Buclaw wrote: > Excerpts from Bernd Edlinger's message of May 14, 2021 7:19 am: >> Hi, >> >> I've noticed that a couple temp files are leaked after each full >> gcc test-suite run. >> >> I'd like to fix that by the following patch. >> >> >> Bootstrapped and reg-tested on x86_64-pc-linux-gnu. >> Is it OK for trunk? >> > > Thanks, looks reasonable to me. Can you first post the patch upstream? > > https://github.com/dlang/phobos/pulls > > Just targeting the dmd-cxx branch is fine. Then update > libdruntime/MERGE with the latest commit reference. >
Okay, done, https://github.com/dlang/phobos/pull/8074 that merge was very fast indeed :-) Will that PR be eventually pushed to the https://github.com/dlang/druntime as well, so I can update the libdruntime/MERGE with this commit-reference? Thanks Bernd.