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
Users could easily lose track of which source files are locally-cached copies of a dependency specified by a URL-like package ID. When rustpkg fetches source from a remote git repo, it should make the local copies read-only. (This won't change anyone from changing permissions on the file, but at least it will force them to think about what they're doing.)
r? @metajack rustpkg now makes source files that it checks out automatically read-only, and stores
them under build/.
Also, refactored the `PkgSrc` type to keep track of separate source and destination
workspaces, as well as to have a `build_workspace` method that returns the workspace
to put temporary files in (usually the source, sometimes the destination -- see
comments for more details).
Closes#6480
Users could easily lose track of which source files are locally-cached copies of a dependency specified by a URL-like package ID. When rustpkg fetches source from a remote git repo, it should make the local copies read-only. (This won't change anyone from changing permissions on the file, but at least it will force them to think about what they're doing.)
As motivation for this, @metajack pointed out http://forums.thedailywtf.com/forums/t/27755.aspx
The text was updated successfully, but these errors were encountered: