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

SSA gen interprets strings as references #1665

Closed
joss-aztec opened this issue Jun 13, 2023 · 2 comments · Fixed by #1669
Closed

SSA gen interprets strings as references #1665

joss-aztec opened this issue Jun 13, 2023 · 2 comments · Fixed by #1669
Labels
bug Something isn't working refactor ssa

Comments

@joss-aztec
Copy link
Contributor

Aim

In the parameters to main, the type str<N> should code gen to an array value, but is instead code gen'd into a reference (now reserved for mutables).

Expected Behavior

^

Bug

^

To Reproduce

Installation Method

None

Nargo Version

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

No

Support Needs

No response

@joss-aztec joss-aztec added bug Something isn't working refactor ssa labels Jun 13, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Jun 13, 2023
@joss-aztec
Copy link
Contributor Author

Affects integration test named strings

@joss-aztec
Copy link
Contributor Author

Affects struct_inputs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactor ssa
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant