Files
Partouf 942a5e2917 fix: guard against async race conditions in libs widget and sendCompiler
LibsWidget constructor calls fullRefresh() before updateAvailableLibs()
completes, causing Object.keys(undefined). Move loadState and
fullRefresh into the updateAvailableLibs().then() callback.

Guard sendCompiler() with an early return if this.compiler is not set,
since findCompilers events from other panes (opt-view, flags-view, etc.)
can trigger sendCompiler before postInit resolves the compiler.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 21:41:51 +01:00
..
2025-10-28 09:45:26 +01:00
2025-07-28 10:34:46 -05:00
2025-04-24 12:10:37 -05:00
2025-07-28 10:34:46 -05:00