-
Notifications
You must be signed in to change notification settings - Fork 747
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 #6047, #5271: Support one-line-one-function file format for asyncify lists #6051
Conversation
Codecov Report
@@ Coverage Diff @@
## main #6051 +/- ##
=======================================
Coverage ? 42.46%
=======================================
Files ? 498
Lines ? 75709
Branches ? 11841
=======================================
Hits ? 32147
Misses ? 40409
Partials ? 3153 |
30eaee8
to
40e0744
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm with some minor suggestions.
… file format for asyncify lists Co-authored-by: Alon Zakai <alonzakai@gmail.com>
@kripken I squashed commits into one. Do you think it is worst to change
into opposite?
|
|
@caiiiycuk it looks like this breaks the auto-updater script,
We should run that in CI, but don't atm, which is how this was missed. What is |
@kripken |
Ah, it's not related to different folders. I didn't imagine that I could break the auto-update, but now it seems obvious. Sorry |
@caiiiycuk I'm not sure I understand, but it sounds like you have an idea of what went wrong here - do you know how to fix it? |
…mbly#6051) If there are newlines in the list, then we split using them in a simple manner (that does not take into account nesting of any other delimiters). Fixes WebAssembly#6047 Fixes WebAssembly#5271
Fixes: