-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add `infra_cli` crate to contain commands to build, test, version, and publish projects in this repository. - move napi build pipeline to cargo, along with packaging/publishing. - fix intellisense bug, where now cargo is blocking correctly on codegen completion/success from output crates. - make sure all crates reference other crates via relative paths, and stop hard-coded full paths that often break. - make sure codegen runs, even when there are merge conflicts in generated files, instead of just failing. Often the conflicts are resolved by the new output. - update CI and devcontainer to use the new setup.
- Loading branch information
1 parent
6d75a7c
commit 19b42e5
Showing
203 changed files
with
11,328 additions
and
6,889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", | ||
|
||
"access": "public", | ||
"baseBranch": "main", | ||
"changelog": ["@changesets/changelog-github", { "repo": "NomicFoundation/slang" }], | ||
|
||
"_COMMENT_": "All packages should be ignored by default, except the single 'changelog' private package.", | ||
"ignore": ["@nomicfoundation/*", "@slang-private/*"] | ||
"changelog": ["@changesets/changelog-github", { "repo": "NomicFoundation/slang" }] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.