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: implement arrayLen in acir_gen #2100

Closed
wants to merge 1 commit into from
Closed

Conversation

guipublic
Copy link
Contributor

Description

Implement arrayLen in acir_gen

Problem*

When the length of the array cannot be resolved , we still have arrayLen intrinsic calls in acir_gen

Resolves #1023

Summary*

I add handling of arrayLen intrinsic during acir_gen.

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.

@vezenovm
Copy link
Contributor

vezenovm commented Aug 1, 2023

This looks to be a repeat of #2077

@jfecher
Copy link
Contributor

jfecher commented Aug 1, 2023

Duplicate of #2077

@jfecher jfecher marked this as a duplicate of #2077 Aug 1, 2023
@jfecher jfecher closed this Aug 1, 2023
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.

Compilation panic while trying to convert Field to fixed length byte array
3 participants