Skip to content

Commit 7ef794c

Browse files
authored
Merge branch 'master' into ab/parse-all-larger-stack-size
2 parents 3d24083 + a686856 commit 7ef794c

File tree

1,005 files changed

+28978
-2337
lines changed

Some content is hidden

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

1,005 files changed

+28978
-2337
lines changed

.github/benchmark_projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
define: &AZ_COMMIT d0dccf50800b33605b7525cc31b171ff434ab1d8
1+
define: &AZ_COMMIT f6a77748ac3d1779f16d5695447f434ea27d10d8
22
projects:
33
private-kernel-inner:
44
repo: AztecProtocol/aztec-packages

.github/workflows/publish-nargo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ jobs:
166166
cross build --package nargo_cli --release --target=${{ matrix.target }} --no-default-features --features "${{ inputs.features }}"
167167
cross build --package noir_profiler --release --target=${{ matrix.target }} --no-default-features --features "${{ inputs.features }}"
168168
cross build --package noir_inspector --release --target ${{ matrix.target }} --no-default-features --features "${{ inputs.features }}"
169+
env:
170+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
169171

170172
- name: Package artifacts
171173
run: |

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ The easiest way to do this is to have multiple Conventional Commits while you wo
9696

9797
Significant changes, like new features or important bug fixes, typically have a more pronounced impact on the project’s overall development. For smaller fixes, such as typos, we encourage you to report them instead of opening PRs. This approach helps us manage our resources effectively and ensures that every change contributes meaningfully to the project. PRs involving such smaller fixes will likely be closed and incorporated in PRs authored by the core team.
9898

99+
### AI generated PRs
100+
101+
Please do not create PRs which consist of entirely AI generated code. While AI makes it easier to create PRs, we've found that these PRs suck up a disproportionate amount of review time as the authors are not properly engaged with the codebase.
102+
103+
We can definitely tell when PRs are piped straight from an LLM and these PRs are likely to be closed.
104+
99105
### Reviews
100106

101107
For any repository in the noir-lang organization, we require code review & approval by __one__ Noir team member before the changes are merged, as enforced by GitHub branch protection. Non-breaking pull requests may be merged at any time. Breaking pull requests should only be merged when the team has general agreement of the changes and is preparing a breaking release.

0 commit comments

Comments
 (0)