-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Restructure repository branches #170
Comments
We can start by creating the |
I'm not opposed to it, but having a branch to manage the canary patches helps me a lot because I can easily use
|
Definitely. I'm proposing these changes because I do believe they will make the overall process faster (or at least simpler), but we'll definitely need some experimentation in order to get it right. Edit: for major V8 upgrades, we could even have an Action that opens the PR and updates it every time we update the patches list (edit 2: and dropping |
Besides dropping the |
Other changes SGTM |
main
branch in this repositorycanary
branch as we have todaycanary/
folder which is a copy ofnodejs/node
with patches appliedv8-canary
branch onnodejs/node
and have it as a submodule herecanary
branch for relevant jobscanary
branchnodejs/node
canary-base
branch onnodejs/node
and use patch files on this repository instead (need to experiment to ensure it doesn't worsen our workflow)The text was updated successfully, but these errors were encountered: