Commit d62a1e8
authored
chore: bump Motoko to v1.15.0 (#373)
## Summary
Automated bump of `.sources/motoko` from `v1.14.1` to `v1.15.0`.
- Ran `npm run sync:motoko` — synced docs from the new release
- Build passed ✓
## Checklist
- [ ] Review synced content for breaking changes
- [ ] Check [release
notes](https://github.com/caffeinelabs/motoko/releases/tag/1.15.0) for
API or syntax changes that affect hand-written docs
- [ ] Verify any new sections or renamed files are handled correctly
## Sync recommendation
`sync from caffeinelabs/motoko doc/md`
Co-authored-by: pr-automation-bot-public[bot] <pr-automation-bot-public[bot]@users.noreply.github.com>1 parent f8a1d96 commit d62a1e8
3 files changed
Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
- .github/workflows/ai-review.yml+1-1
- .github/workflows/build.yml+1-1
- .github/workflows/release.yml+1-1
- .github/workflows/update-flake-lock-trial.yml+1-1
- .github/workflows/update-flake-lock.yml+1-1
- AGENTS.md+6
- Changelog.md+23
- flake.lock+3-3
- src/lang_utils/error_codes.ml+3-2
- src/mo_config/args.ml+2-2
- src/mo_config/flags.ml+2-1
- src/mo_frontend/stability.ml+75
- src/mo_frontend/stability.mli+4
- src/mo_frontend/typing.ml+94-47
- src/pipeline/pipeline.ml+1-1
- test/fail/em-baseline-history-mismatch.mo+12
- test/fail/em-baseline-legacy-with-a-and-c.mo+11
- test/fail/em-baseline-legacy-with-a-only.mo+11
- test/fail/em-baseline-legacy-with-x-only.mo+12
- test/fail/em-baseline-trimmed-history.mo+11
- test/fail/em-baseline-with-a-b-at-m1.mo+10
- test/fail/em-baseline-with-a-b-c-at-m1.mo+11
- test/fail/em-baseline-with-a-b-q-extra-at-m1.mo+12
- test/fail/em-baseline-with-b-at-m2.mo+10
- test/fail/em-baseline-with-b-c-at-m2.mo+11
- test/fail/em-baseline-with-x-and-extra.mo+1-1
- test/fail/em-baseline-with-x-bad-n.mo+1-1
- test/fail/enhanced-migration/baselines/history-mismatch.most+9
- test/fail/enhanced-migration/baselines/legacy-with-a-and-c.most+8
- test/fail/enhanced-migration/baselines/legacy-with-a-only.most+4
- test/fail/enhanced-migration/baselines/legacy-with-x-only.most+4
- test/fail/enhanced-migration/baselines/trimmed-history.most+10
- test/fail/enhanced-migration/baselines/with-a-b-at-m1.most+8
- test/fail/enhanced-migration/baselines/with-a-b-c-at-m1.most+9
- test/fail/enhanced-migration/baselines/with-a-b-q-extra-at-m1.most+10
- test/fail/enhanced-migration/baselines/with-b-at-m2.most+8
- test/fail/enhanced-migration/baselines/with-b-c-at-m2.most+9
- test/fail/enhanced-migration/enh-mig-history/m0.mo+4
- test/fail/enhanced-migration/enh-mig-history/m1.mo+4
- test/fail/enhanced-migration/enh-mig-history/m3.mo+4
- test/fail/enhanced-migration/enh-mig-history/m4.mo+4
- test/fail/enhanced-migration/enh-mig-test4/m1.mo+6
- test/fail/enhanced-migration/enh-mig-test4/m2.mo+4
- test/fail/mixin-system-redundant.mo+1-1
- test/fail/ok/em-baseline-history-mismatch.tc-human.ok+19
- test/fail/ok/em-baseline-history-mismatch.tc-human.ret.ok
- test/fail/ok/em-baseline-history-mismatch.tc.ok+6
- test/fail/ok/em-baseline-history-mismatch.tc.ret.ok
- test/fail/ok/em-baseline-legacy-with-a-only.tc-human.ok+6
- test/fail/ok/em-baseline-legacy-with-a-only.tc-human.ret.ok
- test/fail/ok/em-baseline-legacy-with-a-only.tc.ok+3
- test/fail/ok/em-baseline-legacy-with-a-only.tc.ret.ok
- test/fail/ok/em-baseline-legacy-with-x-only.tc-human.ok+27
- test/fail/ok/em-baseline-legacy-with-x-only.tc-human.ret.ok+1
- test/fail/ok/em-baseline-legacy-with-x-only.tc.ok+8
- test/fail/ok/em-baseline-legacy-with-x-only.tc.ret.ok+1
- test/fail/ok/em-baseline-with-a-b-at-m1.tc-human.ok+6
- test/fail/ok/em-baseline-with-a-b-at-m1.tc-human.ret.ok+1
- test/fail/ok/em-baseline-with-a-b-at-m1.tc.ok+3
- test/fail/ok/em-baseline-with-a-b-at-m1.tc.ret.ok+1
- test/fail/ok/em-baseline-with-a-b-q-extra-at-m1.tc-human.ok+23
- test/fail/ok/em-baseline-with-a-b-q-extra-at-m1.tc-human.ret.ok+1
- test/fail/ok/em-baseline-with-a-b-q-extra-at-m1.tc.ok+12
- test/fail/ok/em-baseline-with-a-b-q-extra-at-m1.tc.ret.ok+1
- test/fail/ok/em-baseline-with-b-at-m2.tc-human.ok+6
- test/fail/ok/em-baseline-with-b-at-m2.tc-human.ret.ok+1
- test/fail/ok/em-baseline-with-b-at-m2.tc.ok+3
- test/fail/ok/em-baseline-with-b-at-m2.tc.ret.ok+1
- test/fail/ok/em-baseline-with-x-and-extra.tc-human.ok+2-7
- test/fail/ok/em-baseline-with-x-and-extra.tc-human.ret.ok+1
- test/fail/ok/em-baseline-with-x-and-extra.tc.ok+2
- test/fail/ok/em-baseline-with-x-and-extra.tc.ret.ok+1
- test/fail/ok/em-baseline-with-x-bad-n.tc-human.ok+15
- test/fail/ok/em-baseline-with-x-bad-n.tc-human.ret.ok+1
- test/fail/ok/em-baseline-with-x-bad-n.tc.ok+12
- test/fail/ok/em-baseline-with-x-bad-n.tc.ret.ok+1
- test/fail/ok/mixin-system-redundant.tc-human.ok+1-1
- test/fail/ok/multi-migration-baseline-discard.tc.ok-4
- test/fail/ok/multi-migration-baseline.tc-human.ok-31
- test/fail/ok/multi-migration-baseline.tc.ok-16
- test/fail/ok/warn-help.tc-human.ok+1
- test/fail/ok/warn-help.tc.ok+1
- test/run-drun/mixins-system-redundant.drun+2
- test/run-drun/mixins-system-redundant/mixins-system-redundant.mo+16
- test/run-drun/mixins-system-redundant/mixins/Plain.mo+3
- test/run-drun/ok/mixins-system-redundant.drun-run.ok+2
- test/run-drun/ok/mixins-system-redundant.drun.ok+3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
11 | 34 | | |
12 | 35 | | |
13 | 36 | | |
| |||
0 commit comments