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'm sorry for the error. This problem is occurred by the change of the semantics of self? syntax. It was to define two methods, with the same visibility.
I think we need two defs, for public singleton method and public instance method respectively.
In
steep check
showModuleSelfTypeError
in prime.rbs if import prime signature.In prime.rbs defined
each
method withself?
prefix.rbs/stdlib/prime/0/prime.rbs
Lines 79 to 80 in 47468ad
The documentation states the following.
https://github.com/ruby/rbs/blob/master/docs/syntax.md#method-definition
Is
self?
intentional?Is this an rbs problem? Or is it a steep problem?
The text was updated successfully, but these errors were encountered: