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
defhide [m] (aoa_shp: [m]i32) : ?[n].[n]i32=filter (!=0) aoa_shpentrymain [n] (iv : [n]bool) =loop (wrk, wrk_shp) = (iv, [(i32.i64n)]) for_i<2doletflags=hidewrk_shpletmin=zipflagswrk-- There is no way 'wrk' can have the right shape here.in (wrk++wrk, wrk_shp++wrk_shp)
I remember fixing a similar bug about a year ago.
The text was updated successfully, but these errors were encountered:
The problem is that we take the existential size produced by hide and promote it to a loop-carried size, which is nonsensical. The type checker should check the binding level before doing that.
This leads to a crash later in compilation.
I remember fixing a similar bug about a year ago.
The text was updated successfully, but these errors were encountered: