Skip to content

Commit

Permalink
[1 changes] feat: Add StructDefinition::set_fields (noir-lang/noir#…
Browse files Browse the repository at this point in the history
…5931)

feat: Only check array bounds in brillig if index is unsafe (noir-lang/noir#5938)
chore: error on false constraint (noir-lang/noir#5890)
feat: warn on unused functions (noir-lang/noir#5892)
feat: add `fmtstr::contents` (noir-lang/noir#5928)
fix: collect functions generated by attributes (noir-lang/noir#5930)
fix: Support debug comptime flag for attributes (noir-lang/noir#5929)
feat: Allow inserting new structs and into programs from attributes (noir-lang/noir#5927)
feat: module attributes (noir-lang/noir#5888)
feat: unquote some value as tokens, not as unquote markers (noir-lang/noir#5924)
feat: check argument count and types on attribute function callback (noir-lang/noir#5921)
feat: LSP will now suggest private items if they are visible (noir-lang/noir#5923)
  • Loading branch information
AztecBot committed Sep 5, 2024
1 parent 249e50e commit 1358701
Show file tree
Hide file tree
Showing 85 changed files with 2,617 additions and 1,533 deletions.
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45344bfe1148a2f592c2e432744d3fb3d46340cc
9d2629dd1bb28a8c2ecb4c33d26119da75d626c2
8 changes: 4 additions & 4 deletions noir/noir-repo/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:

- name: Configure git
run: |
git config user.name kevaundray
git config user.email kevtheappdev@gmail.com
git config user.name noirwhal
git config user.email tomfrench@aztecprotocol.com
- name: Commit updates
run: |
Expand Down Expand Up @@ -100,8 +100,8 @@ jobs:

- name: Configure git
run: |
git config --local user.name 'kevaundray'
git config --local user.email 'kevtheappdev@gmail.com'
git config --local user.name noirwhal
git config --local user.email tomfrench@aztecprotocol.com
- name: Commit new documentation version
run: |
Expand Down
Loading

0 comments on commit 1358701

Please sign in to comment.