-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOTICE: master is incorrect atm #18403
Comments
@Fishrock123 Please just force push immediately whatever your latest snapshot is. This looks badly broken. I don't think we want someone continuing to land on top of this already broken state. |
Fwiw the commits in question are 2cb9e2a...993b716 |
I just force pushed master. Current head is now 082f952. |
I re-added the remaining commits. Current head is now https://github.com/nodejs/node/commits/bb5575aa75fd3071724d5eccde39a3041e1af57a We are OK now so I'm going to close this. @maclover7 please reach out if you need assistance. :) |
Thank you for sorting it out. |
I apologize -- this originally started when I was trying to land 18263, and the patch was not applying properly. I decided I would try and merge the PR, and then amend the commit to add the metadata. @Fishrock123 merged his timers PRs at the same time, so there was a conflict. I then amended 18263's commit and added the metadata, and pushed to upstream, but it looks like that made me the committer on all commits from 18263's commit to HEAD. It turns out, in hindsight, that the change from 18263 had already been applied via 17407 (if you look the same exact commit is there), so 18263 became irrelevant when 17407 was merged. I am sorry for all of the hassle. |
@maclover7 Just curious, is this what happened?
I wonder wether a pre-push git hook could help with this...see nodejs/node-core-utils#160 but I am not sure how to reproduce those extra commits. |
Looks like @maclover7 had some trouble landing something and commits back to 64ed366e6fc62af434b28c8b3ebd815e6ba51c69 are not correct atm.
I was in irc with him helping him resolve the land but had to step away and I'm not sure what happened. He doesn't seem to be around anymore.
I have a correct copy up to the commits I landed today (what would supposedly be
HEAD
atm) I'm going to force push in a few minutes if I don't get a response back from @maclover7 or someone objects.The text was updated successfully, but these errors were encountered: