Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport replacing external scripts with local copies from disk #26711
Conversation
highfive
commented
May 29, 2020
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @SimonSapin (or someone else) soon. |
highfive
commented
May 29, 2020
|
Heads up! This PR modifies the following files:
|
highfive
commented
May 29, 2020
| //path.push(host); | ||
| //let _ = fs::remove_dir_all(&path); | ||
| match fs::create_dir_all(&path) { | ||
| Ok(_) => { | ||
| *self.unminified_js_dir.borrow_mut() = |
This comment has been minimized.
This comment has been minimized.
skrzyp1
May 30, 2020
Author
Contributor
I think code that creates directory can be removed from here because directories are now also created when scripts are stored.
New directory structure makes fs::remove_dir_all(&path) clear also other windows stored requests so I think it might be good to remove it too.
This comment has been minimized.
This comment has been minimized.
|
This looks really good so far! Please squash all of the commits into one, then rebase that commit against master to remove any merge conflicts. |
|
Error syncing changes upstream. Logs saved in error-snapshot-1591112382232. |
|
Error syncing changes upstream. Logs saved in error-snapshot-1591116406560. |
|
@bors-servo r+ |
|
|
|
|
skrzyp1 commentedMay 29, 2020
•
edited
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors