You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An archive represents package content analogous to a directory, but if the archive’s content is contained within a single top-level directory, then the directory’s content (as opposed to the overall archive content) is used as the package content.
So our current shallowing routine, only shallowing a directory with the same name as the unpacked file, is too narrow. We could just go and shallow every source directory that has a single directory in its root. Take care not to miss any hidden files.
The text was updated successfully, but these errors were encountered:
https://docs.racket-lang.org/pkg/Package_Concepts.html#%28tech._package._source%29 explicitly says:
So our current shallowing routine, only shallowing a directory with the same name as the unpacked file, is too narrow. We could just go and shallow every source directory that has a single directory in its root. Take care not to miss any hidden files.
The text was updated successfully, but these errors were encountered: