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: Remove nested slices SSA and ACIR codegen #4021

Merged
merged 13 commits into from
Jan 17, 2024

Conversation

vezenovm
Copy link
Contributor

Description

Problem*

Resolves #4019

Summary*

This removes the relevant code introduced for nested slices. This may be temporarily removed, but ultimately isn't too bad of a change as most of the code is contained to the fill internal slices pass with some extra logic in ACIR gen.

Additional Context

See issue for extra context.

Documentation*

Check one:

  • No documentation needed.
  • Documentation included in this PR.
  • [Exceptional Case] 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.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 11, 2024
@vezenovm vezenovm changed the base branch from master to mv/ban-nested-slices January 11, 2024 19:45
Copy link
Contributor

github-actions bot commented Jan 11, 2024

Base automatically changed from mv/ban-nested-slices to master January 16, 2024 20:36
@jfecher jfecher added this pull request to the merge queue Jan 17, 2024
Merged via the queue into master with commit 555a4a5 Jan 17, 2024
30 checks passed
@jfecher jfecher deleted the mv/remove-nested-slices-codegen branch January 17, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chore: Remove nested slice code
2 participants