Skip to content

Commit a577b14

Browse files
add: Motoko core (#5873)
* add motoko core * add motoko core * add core * update * update * update * update * update * update submodule * update submodule
1 parent 4882076 commit a577b14

27 files changed

+61
-84
lines changed

.github/workflows/check_submodule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
# dfx 0.27.0
2323
LATEST_SDK="2c91c38b90850caee98ba968c45c273fa8f43919"
2424
25-
# motoko new docs 6/10/2025
26-
LATEST_MOTOKO="be1f23e340a88c372e0f7911c1cecee323c8f55a"
25+
# motoko new docs 7/1/2025
26+
LATEST_MOTOKO="cad67688f1d10be9448d9424d2bc71bc894b8bbd"
2727
2828
# Get current submodule commits
2929
SDK_HASH=$(git submodule status submodules/sdk | awk '{print $1}')

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[submodule "submodules/motoko"]
55
path = submodules/motoko
66
url = https://github.com/dfinity/motoko.git
7+
branch = revisions
78
[submodule "submodules/internetidentity"]
89
path = submodules/internetidentity
910
url = https://github.com/dfinity/internet-identity.git

docs/motoko

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../submodules/motoko/doc/md

docs/motoko/1-home.mdx

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/motoko/10-pattern-matching.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/motoko/11-error-handling.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/motoko/12-garbage-collection.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/motoko/14-compiler-ref.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/motoko/15-language-manual.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/motoko/16-style.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)