Skip to content

Commit

Permalink
[1 changes] chore(github): Improve PR template "document later" check…
Browse files Browse the repository at this point in the history
…box description (noir-lang/noir#4625)

chore: Update integers.md to note support for Fields using `from_integer` (noir-lang/noir#4536)
chore: update docs with function names to match version 0.25.0 specifications (noir-lang/noir#4466)
feat: add specific error for attempting `string[x] = ".."` (noir-lang/noir#4611)
fix(ssa): Use accurate type during SSA AsSlice simplficiation (noir-lang/noir#4610)
  • Loading branch information
AztecBot committed Mar 25, 2024
1 parent 208abbb commit 2eacc76
Show file tree
Hide file tree
Showing 136 changed files with 2,645 additions and 1,438 deletions.
3 changes: 1 addition & 2 deletions noir/noir-repo/.github/ACVM_NOT_PUBLISHABLE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "ACVM crates are not publishable"
assignees: TomAFrench kevaundray savio-sou
assignees: TomAFrench, Savio-Sou
---


The ACVM crates are currently unpublishable, making a release will NOT push our crates to crates.io.

This is likely due to a crate we depend on bumping its MSRV above our own. Our lockfile is not taken into account when publishing to crates.io (as people downloading our crate don't use it) so we need to be able to use the most up to date versions of our dependencies (including transient dependencies) specified.
Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo/.github/CRATES_IO_PUBLISH_FAILED.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "ACVM crates failed to publish"
assignees: TomAFrench kevaundray savio-sou
assignees: TomAFrench, Savio-Sou
---

The {{env.CRATE_VERSION}} release of the ACVM crates failed.
Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo/.github/DEAD_LINKS_IN_DOCS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Docs contains dead links"
assignees: signorecello catmcgee critesjosh jzaki Savio-Sou
assignees: signorecello, catmcgee, critesjosh, jzaki, Savio-Sou
labels: documentation
---

Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo/.github/JS_PUBLISH_FAILED.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "JS packages failed to publish"
assignees: TomAFrench kevaundray Savio-Sou
assignees: TomAFrench, Savio-Sou
labels: js
---

Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo/.github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Resolves <!-- Link to GitHub Issue -->
Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR.

# PR Checklist\*

Expand Down
541 changes: 541 additions & 0 deletions noir/noir-repo/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions noir/noir-repo/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
logFilters:
- code: YN0013
level: discard

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
logFilters:
- code: YN0013
level: discard
Loading

0 comments on commit 2eacc76

Please sign in to comment.