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

[beta] macro: fix issue with sequence repetitions on beta #40411

Closed
wants to merge 1 commit into from

Conversation

jseyfried
Copy link
Contributor

This fixes #40381 by fixing #39390 on beta.

#39118 (currently in beta) worsened preexisting issue #39390, which I fixed entirely on nightly in #39419.

#39419 is large and the fix is a breaking change (in theory), so I tried to be clever and make beta bug-for-bug compatible with stable in #39730. However, #39390 didn't impact stable as much as I thought and I ended up introducing a new bug (#40381).

This PR fixes #39390 entirely on beta as minimally as possible. While it is technically a [breaking-change], we haven't seen any breakage from #39419 on the nightlies or with Crater.

r? @nrc

@alexcrichton
Copy link
Member

Thanks so much for the quick fix @jseyfried!

Also holy cow that's a christmas tree of linked issues.

@alexcrichton alexcrichton changed the title macro: fix issue with sequence repetitions on beta [beta] macro: fix issue with sequence repetitions on beta Mar 10, 2017
@brson
Copy link
Contributor

brson commented Mar 10, 2017

Thank you @jseyfried

@brson
Copy link
Contributor

brson commented Mar 10, 2017

Cherry-picked onto #40401

@brson brson closed this Mar 10, 2017
@jseyfried jseyfried deleted the fix_beta_macros_issue branch March 14, 2017 05:08
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.

4 participants