Conversation
|
API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdext/pr-1275 |
8f3e5bd to
556bb1c
Compare
779c043 to
ddc5b76
Compare
Bromeon
left a comment
There was a problem hiding this comment.
Thanks a lot!
I'll also rebase onto lastest master, to fix a CI issue that has been merged in the meantime.
check.sh
Outdated
| # More memory (256 MiB) is needed for the parallel godot-cell tests which | ||
| # spawn 70 threads each. |
There was a problem hiding this comment.
Good observation. Do you think this still makes sense, pushing the limits also on web?
There was a problem hiding this comment.
I think it's fine for what it's worth. We could consider reducing the tests a bit, but I'd rather get existing tests to work first.
556bb1c to
27dab3d
Compare
PgBiel
left a comment
There was a problem hiding this comment.
Thanks for taking a look. I've been busy with other tasks lately, so sorry for the slow progress, but don't worry, we will get this through the finish line :)
check.sh
Outdated
| # More memory (256 MiB) is needed for the parallel godot-cell tests which | ||
| # spawn 70 threads each. |
There was a problem hiding this comment.
I think it's fine for what it's worth. We could consider reducing the tests a bit, but I'd rather get existing tests to work first.
|
Postponed to after initial 0.4.0 release, as it should be a non-breaking addition. |
|
Now that #1479 is merged, it's possible to build Wasm without You could maybe rebase this? 🙂 |
5dca132 to
f84c675
Compare
Bromeon
left a comment
There was a problem hiding this comment.
Thanks a lot!
Added some comments, just superficial ones. A small nitpick, you have extremely short comment lines that spread over many lines, while convention is 120-145 characters per line 🙂 only fix if it's no effort, otherwise I'll do it later...
I think the PR could be squashed and should then be ready!
0420f2d to
ac15b0e
Compare
ac15b0e to
102f2b1
Compare
|
@Bromeon i've split the command into |
4d8660f to
e0d2b62
Compare
|
Yes, very nice! I tweaked Thanks a lot for your great work! 🚀 |
|
Btw, over time we may need to trim the CI a bit -- there are currently 33 jobs run in full CI (which is 13 more than GitHub's concurrency limit). Big part of that is compatibility checks with Godot 4.2-4.6, but also feature combinations, safeguard variants, miri, etc. But for now Wasm coverage is very important, so it's good to check both threads + nothreads. |
Runs wasm unit tests on CI. Browsers / exports not tested here yet (left to a future PR).
Full details here https://typst.app/project/r314DoDea5XiYYr5bq5IFP
To summarize:
./check.sh testwebP.S. I'll be organizing commits later, sorry for the mess :)
TODO:
FixFor now, test ignoredtest_global_would_blocktest inglobal.rswhen testing Wasm nothreads