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 think this all needs to be wrapped in a @static if VERSION < v"1.6" ... else ret = INSTANCE(ps) end to match old parsing behaviour. Not clear if v1.6 is the correct cut off.
#292
Closed
davidanthoff opened this issue
Jul 23, 2021
· 0 comments
· Fixed by #295
I think this all needs to be wrapped in a @static if VERSION < v"1.6" ... else ret = INSTANCE(ps) end to match old parsing behaviour. Not clear if v1.6 is the correct cut off.
I think this all needs to be wrapped in a
@static if VERSION < v"1.6" ... else ret = INSTANCE(ps) end
to match old parsing behaviour. Not clear if v1.6 is the correct cut off.Originally posted by @ZacLN in #291 (comment)
The text was updated successfully, but these errors were encountered: