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
The type Parameter_expansion_operator_':-' is missing the bash: prefix, unlike Parameter_expansion_operator_'!' or Parameter_expansion_operator_'-',in Semantic mode.
You can see this by parsing export foo=${foo:-bar}.
The text was updated successfully, but these errors were encountered:
r0mainK
changed the title
semantic type missing prefix
semantic: type missing prefix
Sep 11, 2019
Hmm, this one is interesting. Usually, the namespaces transform stage traverses all the nodes and adds namespaces to any node that doesn't have it already. I wonder why this case is different?
The type
Parameter_expansion_operator_':-'
is missing thebash:
prefix, unlikeParameter_expansion_operator_'!'
orParameter_expansion_operator_'-'
,in Semantic mode.You can see this by parsing
export foo=${foo:-bar}
.The text was updated successfully, but these errors were encountered: