pcbjam/tests/apps/standalone/coroutine-pthread
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi 7331619404 diagnostics: configurable --diag logging flags + asyncify setupUIConditions fix
- build-pcbnew.sh: add --diag=<gal,coroutine,ctor,all> -> -DKICAD_DIAG_*,
  off by default (forwarded by docker/build.sh)
- diagnostics.js: emit at console.log level (no longer error/warn); still
  gated by SHIM_DIAGNOSTICS=1
- apply-asyncify.sh: exclude PCB_EDIT_FRAME::setupUIConditions() from
  asyncify instrumentation (V8 cannot run the instrumented huge function
  on the rewound ctor stack -> Chrome startup stall; Firefox unaffected)
- DEBUG.md: reusable WASM/asyncify/browser debugging guide, diagnostic
  flag docs, and a production-build (release + -O2 asyncify) recipe
- tests: standalone coroutine vcall/gl repro probes
- bump kicad + wxwidgets submodules (diagnostic gating / debug cleanup)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 16:14:03 +02:00
..
embind_repro.cpp test(wasm): coroutine crash reproduction harness + per-engine runner 2026-05-25 18:44:12 +02:00
gl_repro.cpp diagnostics: configurable --diag logging flags + asyncify setupUIConditions fix 2026-05-27 16:14:03 +02:00
main_repro.cpp test(wasm): coroutine crash reproduction harness + per-engine runner 2026-05-25 18:44:12 +02:00
mainloop_repro.cpp test(wasm): coroutine crash reproduction harness + per-engine runner 2026-05-25 18:44:12 +02:00
nested_repro.cpp test(wasm): coroutine crash reproduction harness + per-engine runner 2026-05-25 18:44:12 +02:00
vcall_repro.cpp diagnostics: configurable --diag logging flags + asyncify setupUIConditions fix 2026-05-27 16:14:03 +02:00
worker_dom_stub.js test(wasm): coroutine crash reproduction harness + per-engine runner 2026-05-25 18:44:12 +02:00