Skip to content

Commit

Permalink
[1 changes] fix(frontend): Ban type vars bound to a reference from pa…
Browse files Browse the repository at this point in the history
…ssing the unconstrained boundary (noir-lang/noir#5949)

feat: add `StructDefinition::add_attribute` and `has_named_attribute` (noir-lang/noir#5945)
feat: add `FunctionDef::set_return_visibility` (noir-lang/noir#5941)
feat: add `FunctionDefinition::add_attribute` (noir-lang/noir#5944)
fix: always place module attribute generated items inside module (noir-lang/noir#5943)
feat: Add `Quoted::tokens` (noir-lang/noir#5942)
  • Loading branch information
AztecBot committed Sep 6, 2024
1 parent 249e50e commit dd44e66
Show file tree
Hide file tree
Showing 100 changed files with 3,217 additions and 1,666 deletions.
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45344bfe1148a2f592c2e432744d3fb3d46340cc
ce34fbd19702b71426563a589235a2c5a1efb265
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 dd44e66

Please sign in to comment.