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
I can't tell if this is related or not but I'm having an issue with removing spaces around = for labeled tuples because adjacent operators get merged. I'm assuming this is because the joined operator is being interpreted as an operator?
I don't think this is a = exclusive problem. Same thing happens if you try to do 1==-1 on dev. Temporarily I'm just doing spaces after the = for labels and non before. We need a better way to break apart adjoining operators.
If you start with
and type
:
you get
which subsequently means that if I press
<space>Int
then the space doesn't get inserted.Easiest fix might be to not treat
:
as part of the same operator syntax as,
. Or some other space insertion related fix could deal with this.The text was updated successfully, but these errors were encountered: