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
Should in principle be able to do this with quotes, but since ConstantVals are used everywhere assuming no quotes (like in lambda outputs, aka Spans), this causes problems.
Could maybe really examine where "str" vs "repr" is used?
Or do a hack and whenever an actual keyword is used as the whole ConstantVal, use quotes?
The text was updated successfully, but these errors were encountered:
Should in principle be able to do this with quotes, but since ConstantVals are used everywhere assuming no quotes (like in lambda outputs, aka Spans), this causes problems.
Could maybe really examine where "str" vs "repr" is used?
Or do a hack and whenever an actual keyword is used as the whole ConstantVal, use quotes?
The text was updated successfully, but these errors were encountered: