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

Fix __asyncGenerator to properly handle AsyncGeneratorUnwrapYieldResumption #222

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

rbuckton
Copy link
Member

This applies the same fix from microsoft/TypeScript#56150.

@rbuckton
Copy link
Member Author

Not sure why, but it seems like CodeQL is busted.

@jakebailey
Copy link
Member

The workflow is old and needs to be updated; I'll send a PR.

@jakebailey
Copy link
Member

#223 fixes it.

@rbuckton
Copy link
Member Author

Well, CodeQL isn't erroring, but it isn't doing anything either. Is that expected?

image

@jakebailey
Copy link
Member

That is... strange. I'll try and see what's happening. The path I used in the config is correct so I don't know what happened.

@jakebailey
Copy link
Member

I think that might be a leftover; the message mentions CodeQL-Build which is the old name of the task before I changed it.

@jakebailey
Copy link
Member

Or not... https://github.com/microsoft/tslib/pull/224/checks?check_run_id=17910983224

In any case, this PR looks good to me.

@rbuckton rbuckton merged commit efa4fff into main Oct 20, 2023
6 checks passed
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.

None yet

2 participants