Skip to content

Commit 55b3491

Browse files
committed
native-only sms runtime: remove managed fallback, stabilize strict startup/logging across default/
designer/poser
1 parent f789028 commit 55b3491

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/ForgeDesigner/main.sms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fun ready() {
1717
return
1818
}
1919

20-
populateTree(tree, ".")
20+
populateTree(tree, ".").gitignore
2121
log.success("ForgeDesigner is ready. Shape your interface.")
2222
}
2323

docs/ForgeDesigner/manifest.sml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Manifest {
2-
version: "auto-c0fd48e4bd459516"
2+
version: "auto-0f979de944eeaeee"
33
entry: "app.sml"
44

55
Files {
66
File { path: "app.sml" hash: "sha256:9191e9023542e443a78dd0bc9b8638362e87275277c8662a9208259f90eb4f61" size: 845 }
77
File { path: "main.sml" hash: "sha256:7ec801e893fb00f99f01ef4b794fe173a023a886fef675c32376f6e65a4335fb" size: 3455 }
8-
File { path: "main.sms" hash: "sha256:540912276f8e4f94f2175a5f4bda15a0040c2f9419182f8e862bf56270969864" size: 3235 }
8+
File { path: "main.sms" hash: "sha256:d3ff148acd3b85a32b6dfe84d182d301e9178d0cb2307f40003c069bba839bfc" size: 3245 }
99
File { path: "sample.md" hash: "sha256:3d56a90dd760aad476785805cc55f53b75f728b8991cd7b47c7d33366b3a4226" size: 179 }
1010
File { path: "strings-de.sml" hash: "sha256:db73110cf84fadeea0ef7493ad153477c8d260065e7b20c57e6583910bac93bd" size: 467 }
1111
File { path: "strings-es.sml" hash: "sha256:18508aa453bff9c01117d8fd3d06aea4cd0a4ad8311b7d6be1934ac37a8d7227" size: 493 }

0 commit comments

Comments
 (0)