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

MACRO: Avoid infinite recursion in macros control flow #5084

Merged
merged 2 commits into from Mar 12, 2020

Conversation

artemmukhin
Copy link
Member

Fixes #5083

@artemmukhin artemmukhin added the fix Pull requests that fix some bug(s) label Mar 11, 2020
@artemmukhin artemmukhin changed the title Fix control flow infinite macro MACRO: Avoid infinite recursion in macros control flow Mar 11, 2020
@vlad20012
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Mar 12, 2020
5084: MACRO: Avoid infinite recursion in macros control flow r=vlad20012 a=ortem

Fixes #5083

Co-authored-by: ortem <ortem00@gmail.com>
@Undin Undin added this to In Progress in To test via automation Mar 12, 2020
@Undin Undin added this to the v119 milestone Mar 12, 2020
@bors
Copy link
Contributor

bors bot commented Mar 12, 2020

Build failed

@vlad20012
Copy link
Member

bors retry

@bors
Copy link
Contributor

bors bot commented Mar 12, 2020

@bors bors bot merged commit 392a66f into master Mar 12, 2020
To test automation moved this from In Progress to Test Mar 12, 2020
@bors bors bot deleted the fix-control-flow-infinite-macro branch March 12, 2020 11:49
@lancelote lancelote moved this from Test to Done in To test Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull requests that fix some bug(s)
Projects
To test
  
Done
Development

Successfully merging this pull request may close these issues.

StackOverflowError on infinitely recursive macros
3 participants