noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
871 stars 188 forks source link

fix: handle slice of array type #5297

Closed guipublic closed 3 months ago

guipublic commented 3 months ago

Description

Problem*

Resolves #5245

Summary*

Add support of slices of array type

Additional Context

Documentation*

Check one:

PR Checklist*

TomAFrench commented 3 months ago

This error is likely just a consequence of this issue: https://github.com/noir-lang/noir/pull/5278

jfecher commented 3 months ago

This error is likely just a consequence of this issue: https://github.com/noir-lang/noir/pull/5278

Agreed. We should test this PR again after that one merges. If it is fixed we can close it.

TomAFrench commented 3 months ago

@guipublic The test program in this PR now passes in master so I think we can just close this PR

guipublic commented 3 months ago

closing as fixed by #5297