Commit 6cfa1b9
committed
fix: resolve WASM/UI and Windows CI failures
- ui: JoinSplitKey initialValues now uses DEFAULT_SHARE_COUNT (3) instead
of a hardcoded array of 2 entries, making the initial render consistent
with the constant and fixing the 'join-share-id-2' unit test failure
- windows: set RUST_MIN_STACK=8388608 in cargo_test.ps1 to give test
threads an 8 MB stack (matching Linux/macOS defaults); prevents the
STATUS_STACK_OVERFLOW crash in integration_tests_use_ids_no_tags on
debug builds where async state machines have larger stack frames1 parent 6c88f71 commit 6cfa1b9
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments