Canonicalized versions of withSystemTempDirectory and withTempDirectory#2
Canonicalized versions of withSystemTempDirectory and withTempDirectory#2robstewart57 wants to merge 2 commits intoUnkindPartition:masterfrom
Conversation
|
@feuerbach would you mind pinging me once this commit is reflected as a version bump on hackage, please? |
|
Sure, will do. But could you clarify the docs (as I asked in the other PR)? |
Adds documentation to distinguish withSystemTempDirectory and withCanonicalizedSystemTempDirectory. Also removes withCanoncalizedTempDirectory, which turns out not to be useful.
|
Thanks. I've added documentation in 7f0d514 , appended to this PR. |
|
+1 to this PR, I had some tests failing on OSX only because it puts its temp files in a symlinked /var/. Glad this is getting done. |
|
I guess I never got a response from @robstewart57 on my question about |
|
@christian-marie also, feel free to prepare your own version with the spaces fixed etc. No need to create a new PR, just point me to your branch here and I'll merge it once we reach a consensus. |
|
Feeling so free to do so, but effort is concentrated elsewhere. |
|
Besides, this need not be a race. @robsteward57 may yet lay claim to this. |
|
Indeed, @robstewart57 may :-) I'm seeing the emails. Busy today, I'll address tomorrow or Monday. |
|
@robstewart57 starting from v.1.2.1, the system temporary directory ( |
See batterseapower/temporary#16