Skip to content

chore: move is_native_field up into noirc_frontend#5119

Merged
TomAFrench merged 5 commits intomasterfrom
tf/move-field-options
May 28, 2024
Merged

chore: move is_native_field up into noirc_frontend#5119
TomAFrench merged 5 commits intomasterfrom
tf/move-field-options

Conversation

@TomAFrench
Copy link
Member

Description

Problem*

Resolves

Summary*

This struct is only used for a single check up in noirc_frontend so we should move this logic closer to where it's used.

Additional Context

Documentation*

Check one:

  • No documentation needed.
  • Documentation included in this PR.
  • [For Experimental Features] Documentation to be submitted in a separate PR.

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@TomAFrench TomAFrench added this pull request to the merge queue May 28, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch May 28, 2024
@TomAFrench TomAFrench added this pull request to the merge queue May 28, 2024
Merged via the queue into master with commit 06dd2f2 May 28, 2024
@TomAFrench TomAFrench deleted the tf/move-field-options branch May 28, 2024 17:22
TomAFrench added a commit that referenced this pull request May 28, 2024
* master:
  fix(experimental elaborator): Avoid calling `add_generics` twice on trait methods (#5108)
  fix(experimental elaborator): Fix duplicate `resolve_type` on self type and don't leak a trait impl's generics (#5102)
  feat: replace stdlib poseidon implementation with optimized version (#5122)
  fix(experimental elaborator): Only call `add_generics` once (#5091)
  fix(experimental elaborator): Fix panic in the elaborator (#5082)
  chore: move `is_native_field` up into `noirc_frontend` (#5119)
AztecBot pushed a commit to AztecProtocol/aztec-packages that referenced this pull request May 29, 2024
fix(experimental elaborator): Avoid calling `add_generics` twice on trait methods (noir-lang/noir#5108)
fix(experimental elaborator): Fix duplicate `resolve_type` on self type and don't leak a trait impl's generics (noir-lang/noir#5102)
feat: replace stdlib poseidon implementation with optimized version (noir-lang/noir#5122)
fix(experimental elaborator): Only call `add_generics` once (noir-lang/noir#5091)
fix(experimental elaborator): Fix panic in the elaborator (noir-lang/noir#5082)
chore: move `is_native_field` up into `noirc_frontend` (noir-lang/noir#5119)
TomAFrench added a commit to AztecProtocol/aztec-packages that referenced this pull request May 29, 2024
Automated pull of development from the
[noir](https://github.com/noir-lang/noir) programming language, a
dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: remove duplicated code from LSP
(noir-lang/noir#5116)
fix(experimental elaborator): Avoid calling `add_generics` twice on
trait methods (noir-lang/noir#5108)
fix(experimental elaborator): Fix duplicate `resolve_type` on self type
and don't leak a trait impl's generics
(noir-lang/noir#5102)
feat: replace stdlib poseidon implementation with optimized version
(noir-lang/noir#5122)
fix(experimental elaborator): Only call `add_generics` once
(noir-lang/noir#5091)
fix(experimental elaborator): Fix panic in the elaborator
(noir-lang/noir#5082)
chore: move `is_native_field` up into `noirc_frontend`
(noir-lang/noir#5119)
END_COMMIT_OVERRIDE

Co-authored-by: Tom French <tom@tomfren.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants