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
When a method accepts arguments that expose MemoryView, we cannot represent that in current RBS (v3.8.1) and type check by Steep fails. We need a way to represent an object which exposes MemoryView.
As just an idea, a special phantom module RBS::Marker::MemoryView might play a role in this case:
Hello,
When a method accepts arguments that expose MemoryView, we cannot represent that in current RBS (v3.8.1) and type check by Steep fails. We need a way to represent an object which exposes MemoryView.
As just an idea, a special phantom module
RBS::Marker::MemoryView
might play a role in this case:I think we need more discussion. How do you think?
Thanks.
The text was updated successfully, but these errors were encountered: