Skip to content

1.12.0

Choose a tag to compare

@caffeine-ci-bot caffeine-ci-bot released this 30 Jul 06:36
· 24 commits to master since this release
ee5391d
  • motoko (moc)

    • feat: the excess-precision warning (M0266) now also covers Float (F64) literals, not just
      Float32, suggesting the shortest round-trip equivalent (#6261).

    • feat: --stable-baseline <file.most> with --enhanced-migration escalates unexplained
      "initial actor requires field" cases to error M0267; fields whose baseline type is a
      stable subtype of the required type keep warning M0254 (prototype for legacy→EM
      conversions) (#6249).

    • feat: --stable-baseline also runs the same upgrade check as --stable-compatible during
      --check, so tools can typecheck and verify upgrade safety in one moc invocation (#6253).

    • fix: refresh the broken docs links in compatibility and stable-memory diagnostics (#6255).