-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1 changes] feat: Implement type paths (noir-lang/noir#6093)
feat: let LSP suggest macro calls too (noir-lang/noir#6090) fix: Unify macro result type with actual type (noir-lang/noir#6086) fix: Initialise databus using return values (noir-lang/noir#6074)
- Loading branch information
Showing
345 changed files
with
19,129 additions
and
1,983 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 +1 @@ | ||
9bf2dcbf166f9ffd97c369c0de3d95329c850d47 | ||
2174ffb92b5d88e7e0926c91f42bc7f849e8ddc1 |
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,4 +1,4 @@ | ||
{ | ||
".": "0.33.0", | ||
"acvm-repo": "0.49.0" | ||
".": "0.34.0", | ||
"acvm-repo": "0.50.0" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.