Commit 7ef977a
authored
chore: bump Motoko to v1.11.0 (#308)
## Summary
Automated bump of `.sources/motoko` from `v1.10.1` to `v1.11.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.11.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 15378a0 commit 7ef977a
3 files changed
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
- Changelog.md+16
- doc/md/examples/grammar.txt+2-2
- flake.lock+9-9
- src/codegen/compile_classical.ml+6
- src/codegen/compile_enhanced.ml+10
- src/docs/extract.ml+1-1
- src/js/astjs.ml+2-2
- src/lang_utils/error_codes.ml+4-1
- src/lowering/desugar.ml+2-2
- src/mo_def/arrange.ml+2-2
- src/mo_def/compUnit.ml+4-4
- src/mo_def/syntax.ml+3-3
- src/mo_frontend/definedness.ml+2-2
- src/mo_frontend/parser.mly+7-3
- src/mo_frontend/scope.ml+1
- src/mo_frontend/scope.mli+1
- src/mo_frontend/static.ml+41-95
- src/mo_frontend/static.mli+3-4
- src/mo_frontend/traversals.ml+3-3
- src/mo_frontend/typing.ml+93-26
- src/mo_idl/mo_to_idl.ml+1-1
- src/mo_interpreter/interpret.ml+2-2
- src/wasm-exts/customModule.ml+3
- src/wasm-exts/customModuleDecode.ml+14-1
- src/wasm-exts/customModuleEncode.ml+8
- test/fail/enhanced-migration-bad-let.mo-2
- test/fail/enhanced-migration-no-sideeffects.mo-34
- test/fail/mixin-system-redundant.mo+5
- test/fail/mixin-system.mo+7
- test/fail/mixins-system-nested-fail.mo+5
- test/fail/mixins-system-nested.mo+5
- test/fail/mixins-system.mo+1-2
- test/fail/mixins/NestedSystem.mo+5
- test/fail/mixins/NestedSystem2.mo+5
- test/fail/mixins/System.mo+4
- test/fail/mixins/System2.mo+4
- test/fail/ok/enhanced-migration-bad-let.tc-human.ok+8-27
- test/fail/ok/enhanced-migration-bad-let.tc.ok+3-10
- test/fail/ok/enhanced-migration-no-sideeffects.tc-human.ok-8
- test/fail/ok/enhanced-migration-no-sideeffects.tc.ok-2
- test/fail/ok/mixin-system-redundant.tc-human.ok+4
- test/fail/ok/mixin-system-redundant.tc.ok+1
- test/fail/ok/mixin-system.tc-human.ok+4
- test/fail/ok/mixin-system.tc-human.ret.ok
- test/fail/ok/mixin-system.tc.ok+1
- test/fail/ok/mixin-system.tc.ret.ok
- test/fail/ok/mixins-system-nested-fail.tc-human.ok+5
- test/fail/ok/mixins-system-nested-fail.tc-human.ret.ok+1
- test/fail/ok/mixins-system-nested-fail.tc.ok+2
- test/fail/ok/mixins-system-nested-fail.tc.ret.ok+1
- test/fail/ok/warn-help.tc-human.ok+2
- test/fail/ok/warn-help.tc.ok+2
- test/run-drun/enhanced-migration-mixin.mo+17
- test/run-drun/enhanced-migration-mixin/Mixin.mo+9
- test/run-drun/enhanced-migration-mixin/migrations/version1.mo+9
- test/run-drun/ok/enhanced-migration-mixin.drun-run.ok+2
- test/run/float32-precision.mo+6
- test/run/float32.mo+3
- test/run/ok/float32-precision.tc.ok+1
| 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 | + | |
11 | 27 | | |
12 | 28 | | |
13 | 29 | | |
| |||
0 commit comments