Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(abi)!: Replace struct name with fully qualified struct path #2374

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

phated
Copy link
Contributor

@phated phated commented Aug 18, 2023

Description

Problem*

Resolves #2238
Closes #2296

Summary*

Documentation

  • This PR requires documentation updates when merged.

    • I will submit a noir-lang/docs PR.
    • I will request for and support Dev Rel's help in documenting this PR.

Additional Context

PR Checklist*

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

@phated phated force-pushed the phated/separate-abi-and-print branch from 9f769ad to 1f76e23 Compare August 21, 2023 17:29
@phated phated force-pushed the phated/abi-fully-qualified-struct-paths branch from e802277 to ff4ec87 Compare August 21, 2023 22:08
@phated phated changed the title WIP Add fully qualified paths for structs in ABI chore(abi)!: Replace struct name with fully qualified struct path Aug 21, 2023
Base automatically changed from phated/separate-abi-and-print to master August 23, 2023 15:57
@phated phated force-pushed the phated/abi-fully-qualified-struct-paths branch from ff4ec87 to 74f1c60 Compare August 23, 2023 16:24
@phated phated marked this pull request as ready for review August 23, 2023 16:25
@phated
Copy link
Contributor Author

phated commented Aug 23, 2023

After approvals, we'll hold this until 0.11 release is being prepared

@kevaundray kevaundray removed the request for review from vezenovm August 24, 2023 14:49
@kevaundray kevaundray removed the request for review from jfecher August 24, 2023 14:52
@phated phated requested a review from kevaundray August 30, 2023 19:56
Copy link
Contributor

@kobyhallx kobyhallx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@phated phated added this pull request to the merge queue Aug 30, 2023
Merged via the queue into master with commit 0920dd0 Aug 30, 2023
@phated phated deleted the phated/abi-fully-qualified-struct-paths branch August 30, 2023 20:36
TomAFrench added a commit that referenced this pull request Aug 31, 2023
* master:
  chore: update ACIR artifacts (#2503)
  chore!: Update to `acvm-backend-barretenberg` v0.12.0 (#2377)
  fix: Bring back accidentally deleted double_verify_proof test. (#2501)
  chore(aztec_noir): import aztec library if not found yet (#2492)
  chore(abi)!: Replace struct name with fully qualified struct path (#2374)
  chore!: Remove keys from preprocessed artifacts (#2283)
  chore(noir): Release 0.10.5 (#2482)
  feat: Basic implementation of traits (#2368)
  fix: Implement constant folding during the mem2reg pass (#2464)
TomAFrench added a commit that referenced this pull request Sep 1, 2023
* master: (47 commits)
  fix: Initialize structs during def collection, not name resolution (#2528)
  feat: Apply optimizations to unconstrained code (#2348)
  chore(ci): Distinguish between expected failures and compiler panics in `compile_failure` tests. (#2518)
  chore: improve types in `acvm-backend-barretenberg` (#2516)
  feat(aztec_noir): abstract kernel return types (#2521)
  chore: remove usage of `Backend` trait (#2514)
  chore: delete `ProveAndVerifyCommand` (#2520)
  chore: Remove dead code from `acvm_backend_barretenberg` (#2512)
  chore: only install `tokio-util` dependency on windows (#2425)
  chore(aztec_noir):  imply the open keyword (#2508)
  chore: pull `acvm-backend-barretenberg` into main Noir repo (#2495)
  chore: clippy fix (#2507)
  chore: check if the noir aztec library is installed (#2505)
  chore: update ACIR artifacts (#2503)
  chore!: Update to `acvm-backend-barretenberg` v0.12.0 (#2377)
  fix: Bring back accidentally deleted double_verify_proof test. (#2501)
  chore(aztec_noir): import aztec library if not found yet (#2492)
  chore(abi)!: Replace struct name with fully qualified struct path (#2374)
  chore!: Remove keys from preprocessed artifacts (#2283)
  chore(noir): Release 0.10.5 (#2482)
  ...
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.

Give the full path of each Struct used in the Abi
3 participants