diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-07-28 07:59:36 -0500 |
|---|---|---|
| committer | Austin Seipp <austin@well-typed.com> | 2014-07-28 09:29:19 -0500 |
| commit | f510c7cac5b2e9afe0ebde2766a671c59137f3cc (patch) | |
| tree | fe7d8cd3c231af6a344e43dcd01d8c77aae2e0af /compiler | |
| parent | b126ad3f59a62f91b2e2d92ec9d51d245861b655 (diff) | |
| download | haskell-f510c7cac5b2e9afe0ebde2766a671c59137f3cc.tar.gz | |
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>
Diffstat (limited to 'compiler')
0 files changed, 0 insertions, 0 deletions
