Skip to content

Commit 1358701

Browse files
committed
[1 changes] feat: Add StructDefinition::set_fields (noir-lang/noir#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)
1 parent 249e50e commit 1358701

File tree

85 files changed

+2617
-1533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2617
-1533
lines changed

.noir-sync-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
45344bfe1148a2f592c2e432744d3fb3d46340cc
1+
9d2629dd1bb28a8c2ecb4c33d26119da75d626c2

noir/noir-repo/.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454

5555
- name: Configure git
5656
run: |
57-
git config user.name kevaundray
58-
git config user.email kevtheappdev@gmail.com
57+
git config user.name noirwhal
58+
git config user.email tomfrench@aztecprotocol.com
5959
6060
- name: Commit updates
6161
run: |
@@ -100,8 +100,8 @@ jobs:
100100

101101
- name: Configure git
102102
run: |
103-
git config --local user.name 'kevaundray'
104-
git config --local user.email 'kevtheappdev@gmail.com'
103+
git config --local user.name noirwhal
104+
git config --local user.email tomfrench@aztecprotocol.com
105105
106106
- name: Commit new documentation version
107107
run: |

0 commit comments

Comments
 (0)