-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Stabilization PR for Issue-53125 #53982
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @eddyb (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Looks like there's a compilation failure in libsyntax. You can relatively quickly make sure the compiler compiles with
|
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Thanks @Mark-Simulacrum |
You should be able to run the tests locally with |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@blitzerr You have a merge commit, and submodule changes, so you should rebase (e.g. by running |
@eddyb Sorry for the inconvenience. I will merge all to one commit. |
@blitzerr No worries! It's not a problem for humans, but it does cause/complicate technical issues. |
@eddyb Sure that makes sense. So is this a convention that we always do rebases instead of merge ? Sorry, for the annoying questions. I just started (try to) to contribute this week, and so I have a few questions :) |
You want
Yeah. To squash (combine commits), you'd also want Also, if you don't need to split your change into multiple commits, you can always amend the commit (I recommend If you use |
Thank you so much @eddyb . |
@blitzerr Why not update this one? I guess GitHub says "unknown repository" so something happened. Did you delete your fork? (you don't need to/shouldn't do that) |
I recreated my fork as trying to merge it, I messed up the git somehow and
started everything all over again
…On Sat, Sep 8, 2018 at 11:29 PM Eduard-Mihai Burtescu < ***@***.***> wrote:
Closed #53982 <#53982>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#53982 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AbZC8bcszv6gqfgKC0-blHJXGH8zuRFTks5uZLUrgaJpZM4WcPrk>
.
|
#53125