stefan-hoeck / idris2-pack

BSD 3-Clause "New" or "Revised" License
90 stars 23 forks source link

[ fix ] tmp dir handling #254

Closed stefan-hoeck closed 11 months ago

stefan-hoeck commented 11 months ago

This addresses #253 in two ways:

This will not completely fix #253: The garbage collector needs to properly build the pack environment before it can remove artefacts from older package collections and building the envirionment requires a temporary directory. However the error described in #253 only manifests if users keep stoically ignoring the warning added with this PR.