Skip to content

Commit

Permalink
Merge branch 'master' into tf/simplify-double-jumps
Browse files Browse the repository at this point in the history
* 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)
  ...
  • Loading branch information
TomAFrench committed Sep 5, 2024
2 parents fbc85f5 + 9d2629d commit 68a5174
Show file tree
Hide file tree
Showing 118 changed files with 3,387 additions and 1,239 deletions.
2 changes: 1 addition & 1 deletion .aztec-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f5bbb89b489bc85f286bcc5ed45c30f38032810c
249e50efafd306fa8cd9005972636adbddbca81e
8 changes: 4 additions & 4 deletions .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 68a5174

Please sign in to comment.