You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #629 for context.
This PR changes the lowering of classical arrays to use the same
`Option` trick that we use for linear arrays. This fixes#629 in the
short-term. Longer-term we should do #628 to address the problem
properly
Should allow non-linear indexing with runtime errors for linearity violations
See #629
The text was updated successfully, but these errors were encountered: