catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

Improve `replace_ir` / `compile_executable` tests

Open erick-xanadu opened this issue 7 months ago • 0 comments
trafficstars

The replace_ir and compile_executable functions are intended for debugging. Depending on how they are invoked they may modify the current working directory. These tests, when executed in parallel, may will race for the current working directory as a common resource and may modify each others work.

erick-xanadu avatar Mar 31 '25 18:03 erick-xanadu