Skip to content
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

Handle one more corner case in push #994

Conversation

christian-schilling
Copy link
Member

No description provided.

Copy link
Collaborator

@LMG LMG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me but does it solve the Miri problem?

@christian-schilling christian-schilling marked this pull request as draft October 25, 2022 08:18
@christian-schilling
Copy link
Member Author

Looks good to me but does it solve the Miri problem?

We don't know yet.

@RalfJung
Copy link
Contributor

Nope, on Miri it still prints

remote: josh-proxy
remote: response from upstream:
remote: rejecting merge with 2 parents:
remote: "Auto merge of #2583 - RalfJung:rustup, r=oli-obk"
remote: 1) "Auto merge of #2586 - RalfJung:ffi, r=RalfJung"
remote: 2) "bless cargo-miri output"

@RalfJung
Copy link
Contributor

For the record, this is pushing Miri commit ff0f5b39d27aaabdcd30bdb3c540583b19a05354 to Rust commit b1ab3b738ac718da74cd4aa0bb7f362d0adbdf84.

@RalfJung
Copy link
Contributor

I opened an issue for the Miri trouble, to avoid spreading this across too many PRs: #998.

@christian-schilling christian-schilling force-pushed the @changes/master/[email protected]/push-corner-case branch 3 times, most recently from 15f65a0 to 863a6f3 Compare October 28, 2022 16:07
@christian-schilling christian-schilling force-pushed the @changes/master/[email protected]/push-corner-case branch 9 times, most recently from a452eac to 67a8381 Compare November 14, 2022 16:51
@christian-schilling christian-schilling marked this pull request as ready for review November 14, 2022 22:20
@christian-schilling christian-schilling force-pushed the @changes/master/[email protected]/push-corner-case branch 5 times, most recently from 39cd273 to 59cac97 Compare November 15, 2022 15:14
Change: push-corner-case
@christian-schilling christian-schilling enabled auto-merge (squash) November 15, 2022 15:33
@christian-schilling christian-schilling merged commit b1c76b0 into master Nov 15, 2022
@christian-schilling christian-schilling deleted the @changes/master/[email protected]/push-corner-case branch November 15, 2022 15:42
bors added a commit to rust-lang/miri that referenced this pull request Nov 15, 2022
update josh instructions

josh-project/josh#965 and josh-project/josh#994 have been merged so we don't need a forked josh any more. :)

However, this is blocked on josh-project/josh#1032 which currently prevents me from actually testing this...
bors added a commit to rust-lang/miri that referenced this pull request Nov 15, 2022
update josh instructions

josh-project/josh#965 and josh-project/josh#994 have been merged so we don't need a forked josh any more. :)

However, this is blocked on josh-project/josh#1032 which currently prevents me from actually testing this...
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Nov 15, 2022
update josh instructions

josh-project/josh#965 and josh-project/josh#994 have been merged so we don't need a forked josh any more. :)

However, this is blocked on josh-project/josh#1032 which currently prevents me from actually testing this...
RalfJung pushed a commit to RalfJung/miri that referenced this pull request Nov 17, 2022
update josh instructions

josh-project/josh#965 and josh-project/josh#994 have been merged so we don't need a forked josh any more. :)

However, this is blocked on josh-project/josh#1032 which currently prevents me from actually testing this...
christian-schilling added a commit that referenced this pull request Nov 21, 2022
With #994 a bug was introduced where merge commits where not handled correctly
in case they include changes that are not a result of merging the two parents.
Those changes would simply be discarded.

Change: fix-merge-push
christian-schilling added a commit that referenced this pull request Nov 21, 2022
With #994 a bug was introduced where merge commits where not handled correctly
in case they include changes that are not a result of merging the two parents.
Those changes would simply be discarded.

Change: fix-merge-push
LMG pushed a commit that referenced this pull request Nov 22, 2022
With #994 a bug was introduced where merge commits where not handled correctly
in case they include changes that are not a result of merging the two parents.
Those changes would simply be discarded.

Change: fix-merge-push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants