B-Lang-org/bsc

Replace TmpNam.hs with temporary package

Open

#65 opened on Feb 15, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (178 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (1,108 stars)
PR merge metrics
 (Avg merge 17d 1h) (18 merged PRs in 30d)

Description

TmpNam's file handling isn't secure, isn't atomic, isn't portable (it assumes /tmp exists), and doesn't obey $TMPDIR.

http://hackage.haskell.org/package/temporary

Contributor guide