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
For starters we should add a quick fix that if type is or nil... the argument could be missing and default to nil. But later we should probably introduce the &optional also to the elsa type signature.
add a quick hack assuming nullable always means optional (not safe?)
add proper handling with &optional keyword in the type signature, similar to how we handle &rest
The text was updated successfully, but these errors were encountered:
For starters we should add a quick fix that if type is
or nil...
the argument could be missing and default to nil. But later we should probably introduce the&optional
also to the elsa type signature.&optional
keyword in the type signature, similar to how we handle&rest
The text was updated successfully, but these errors were encountered: