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
{{ message }}
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
It is not possible to generate the sigs right now because T.proc support is limited right now.
For example:
It doesn't work with generic sorbet/sorbet#1139
It doesn't work with variable inputs sorbet/sorbet#1142
T.proc.bind doesn't work with T.nilable sorbet/sorbet#498
T.proc.bind doesn't work with lambda sorbet/sorbet#1143
Once support is improved, we can generate scope it like this
sig {
params(
name: Symbol,
body: T.proc.bind(District::Relation).returns(T.untyped),
block: T.nilable(T.proc.void),
).void
}
def scope(name, body, &block); end
The text was updated successfully, but these errors were encountered:
It is not possible to generate the sigs right now because T.proc support is limited right now.
For example:
It doesn't work with generic sorbet/sorbet#1139
It doesn't work with variable inputs sorbet/sorbet#1142
T.proc.bind doesn't work with T.nilable sorbet/sorbet#498
T.proc.bind doesn't work with lambda sorbet/sorbet#1143
Once support is improved, we can generate scope it like this
The text was updated successfully, but these errors were encountered: