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
This commit fixes a bug where the index operator wasn't looking
under named types for arrays, sets, maps, and records. The fix
is to simply call zed.TypeUnder for the type in question.
Closes#4388
This commit fixes a bug where the index operator wasn't looking
under named types for arrays, sets, maps, and records. The fix
is to simply call zed.TypeUnder for the type in question.
Closes#4388
Repro is with Zed commit 332fb2c.
This works:
But this does not:
@mccanne's take upon seeing this:
The text was updated successfully, but these errors were encountered: