base: make System.IO.openTempFile generate less predictable names
It basically changes prefix ++ getpid() ++ seq_no ++ suffix for prefix ++ rand() ++ rand() ++ suffix Which make any call to 'openTempFile' finish without loops. Bug-report: https://ghc.haskell.org/trac/ghc/ticket/9058 Signed-off-by:Sergei Trofimovich <slyfox@gentoo.org> Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
mentioned in issue #9058 (closed)
-
mentioned in issue #10940 (closed)
-
mentioned in issue #16489
Please register or sign in to comment