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
Yep, this is a known limitation of the parser; see #558. It is fixable, but not trivially so, as it requires support for ambiguous syntax parsing (e.g. backtracking).
The following script is rejected by
shfmt
:The intent is to glob up all the patch files generated with
git format-patch
.We get this error:
I'm assuming that it thinks we're using associative arrays here.
This is on the latest version as far as I can tell:
The text was updated successfully, but these errors were encountered: