Skip to content

Commit 68a5174

Browse files
committed
Merge branch 'master' into tf/simplify-double-jumps
* master: (26 commits) feat: Add `StructDefinition::set_fields` (#5931) feat: Only check array bounds in brillig if index is unsafe (#5938) chore: error on false constraint (#5890) feat: warn on unused functions (#5892) feat: add `fmtstr::contents` (#5928) fix: collect functions generated by attributes (#5930) fix: Support debug comptime flag for attributes (#5929) feat: Allow inserting new structs and into programs from attributes (#5927) feat: module attributes (#5888) feat: unquote some value as tokens, not as unquote markers (#5924) feat: check argument count and types on attribute function callback (#5921) feat: LSP will now suggest private items if they are visible (#5923) fix: prevent comptime println from crashing LSP (#5918) chore: remove equality operation on boolean constraints against constants (#5919) feat(perf): Remove last store in return block if last load is before that store (#5910) chore: Add pass to normalize Ids in SSA (#5909) feat: Sync from aztec-packages (#5917) chore: bump some dependencies (#5893) chore: make nested slice error more clear for `[[T]; N]` case (#5906) feat: better println for Quoted (#5896) ...
2 parents fbc85f5 + 9d2629d commit 68a5174

118 files changed

Lines changed: 3387 additions & 1239 deletions

File tree

Some content is hidden

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

.aztec-sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f5bbb89b489bc85f286bcc5ed45c30f38032810c
1+
249e50efafd306fa8cd9005972636adbddbca81e

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
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)