Passing a block to #Ruby’s Dir.mktmpdir() is turning into a royal pain on block exit: File locking issues on Windows, order of deletion of files and symlinks to those files on Linux. Dropping block and manually invoking FileUtils.rm_rf() instead.
Music-obsessed software geek. One of Breakmaster Cylinder’s Internet weirdos. He/him.
Passing a block to #Ruby’s Dir.mktmpdir() is turning into a royal pain on block exit: File locking issues on Windows, order of deletion of files and symlinks to those files on Linux. Dropping block and manually invoking FileUtils.rm_rf() instead.