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: Add location information to memory operations #2123

Closed
wants to merge 3 commits into from

Conversation

guipublic
Copy link
Contributor

Description

Problem*

Resolves #1412

Summary*

Adds location information to memory operations and handle the new index-out-of-bounds error from ACVM.
We therefore need a new ACVM with PR noir-lang/acvm#468 merged in.

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.

guipublic and others added 3 commits August 2, 2023 12:31
* master:
  chore: rename `ssa_refactor` module to `ssa` (#2129)
  chore: Use `--show-output` flag on execution rather than compilation  (#2116)
  fix(globals): Accurately filter literals for resolving globals (#2126)
  feat: Optimize away constant calls to black box functions (#1981)
  fix: Rename `Option::value` to `Option::_value` (#2127)
  feat: replace boolean `AND`s with multiplication (#1954)
  chore: create a `const` to hold the panic message (#2122)
  feat: Add support for bitshifts by distances known at runtime (#2072)
  feat: Add additional `BinaryOp` simplifications (#2124)
  fix: flattening pass no longer overwrites previously mapped condition values (#2117)
  chore(noirc_driver): Unify crate preparation (#2119)
@jfecher
Copy link
Contributor

jfecher commented Sep 18, 2023

Is this PR still needed? It is showing as 0 lines changed currently.

@guipublic
Copy link
Contributor Author

Is this PR still needed? It is showing as 0 lines changed currently.

Indeed, after merge from master, it has no more changes, so the feature is already there. I close it.

@guipublic guipublic closed this Sep 19, 2023
@TomAFrench TomAFrench deleted the gd/issue_1412 branch November 20, 2024 12:01
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.

Add location information to AcirGenError::IndexOutOfBounds
3 participants