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

GRAM: Fix parsing of nested async functions #4251

Merged
merged 1 commit into from Aug 13, 2019
Merged

GRAM: Fix parsing of nested async functions #4251

merged 1 commit into from Aug 13, 2019

Conversation

mchernyavsky
Copy link
Member

Fixes #4247.

@mchernyavsky mchernyavsky added the fix Pull requests that fix some bug(s) label Aug 13, 2019
@mchernyavsky mchernyavsky added this to the v104 milestone Aug 13, 2019
@mchernyavsky mchernyavsky added this to In Progress in To test via automation Aug 13, 2019
Copy link
Member Author

@mchernyavsky mchernyavsky left a comment

Choose a reason for hiding this comment

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

bors r+

bors bot added a commit that referenced this pull request Aug 13, 2019
4251: GRAM: Fix parsing of nested async functions r=mchernyavsky a=mchernyavsky

Fixes #4247.


Co-authored-by: Mikhail Chernyavsky <mikhail.chernyavsky@jetbrains.com>
@bors
Copy link
Contributor

bors bot commented Aug 13, 2019

@bors bors bot merged commit e83838e into master Aug 13, 2019
To test automation moved this from In Progress to Test Aug 13, 2019
@bors bors bot deleted the fix-nested-async branch August 13, 2019 23:12
@lancelote lancelote moved this from Test to Done in To test Aug 21, 2019
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.

async in function defined in another async function is marked as invalid
2 participants