davidgiven / ack

The Amsterdam Compiler Kit
http://tack.sf.net
Other
421 stars 60 forks source link

Use more modern temp file handling. #250

Closed davidgiven closed 2 years ago

davidgiven commented 2 years ago

The ACK doesn't work in bazel, because the ACK uses terrible temp file generation (pid + letter, and in a bazel sandbox all the pids are the same...). This change replaces it all, hopefully, with more modern stuff based on mkstemp.