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 is a bug and it's probably due to the block being an argument and not either left or right hand side of any calls or assignments. _ = func () error { ... } will trigger WSL so this should as well.
I think this needs a bigger rewrite than I initially thought. Since you can attach anonymous blocks in a lot of places and as the first statement which isn't even checked today, I would need to start by parsing the statement fully before deciding on how to move on. This is probably needed for a bunch of other reasons but won't be a quick fix in the current version.
Is it by design, or in anyway intended that the following cuddled statements inside the anonymous function are not hit by
wsl
?The text was updated successfully, but these errors were encountered: