Uh oh!
There was an error while loading. Please reload this page.
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
40e0744Compare
kripken
left a comment
There was a problem hiding this comment.
lgtm with some minor suggestions.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
… file format for asyncify lists Co-authored-by: Alon Zakai <alonzakai@gmail.com>
caiiiycuk
commented
Oct 27, 2023
@kripken I squashed commits into one. Do you think it is worst to change into opposite? |
kripken
commented
Oct 27, 2023
|
kripken
commented
Nov 1, 2023
@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 |
caiiiycuk
commented
Nov 1, 2023
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 |
kripken
commented
Nov 1, 2023
@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? |
caiiiycuk
commented
Nov 2, 2023
…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). FixesWebAssembly#6047FixesWebAssembly#5271
Fixes: