You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): bump moonbitlang/x to 0.4.49, parser/lexer to 0.3.13
Older `moonbitlang/x` releases ship `x/path/win32/path.mbt` using the
unanchored `lexscan` syntax that the current toolchain rejects, breaking
`moon check`. 0.4.49 fixes it.
Also unify the parser toolchain pins: cli/ was on parser 0.3.2 + lexer
0.3.5 while proton/ and config/ were on lexer 0.3.5. All three now track
0.3.13. These are moon.mod-only changes; no API updates were required.
Verified: `moon check` reports 0 errors and 0 warnings in all eight
modules (cdp, proton, config, cli, extensions, sys/ffi, examples, e2e).
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments