Skip to content

Commit

Permalink
[1 changes] chore: allow passing custom executors to fuzzer (noir-lan…
Browse files Browse the repository at this point in the history
…g/noir#5710)

feat: LSP path completion (noir-lang/noir#5712)
fix(debugger): Update the debugger to handle the new Brillig debug metadata format (noir-lang/noir#5706)
feat: add `Quoted::as_expr` and `Expr::as_function_call` (noir-lang/noir#5708)
feat: LSP autocompletion for use statement (noir-lang/noir#5704)
feat: add `Type::implements` (noir-lang/noir#5701)
  • Loading branch information
AztecBot committed Aug 13, 2024
1 parent a26419f commit e25a723
Show file tree
Hide file tree
Showing 409 changed files with 23,427 additions and 3,219 deletions.
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
453ed590ae3ae6ee8a8d3113419fc51b825b2538
0ebf1fee471641db0bffcc8307d20327613c78c1
120 changes: 0 additions & 120 deletions noir/noir-repo/.github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

71 changes: 0 additions & 71 deletions noir/noir-repo/.github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

4 changes: 2 additions & 2 deletions noir/noir-repo/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.32.0",
"acvm-repo": "0.48.0"
".": "0.33.0",
"acvm-repo": "0.49.0"
}
Loading

0 comments on commit e25a723

Please sign in to comment.