-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
I have included a bunch of gems from this repo in my collection. Specifically, I need Concurrent::Map
from the concurrent-ruby
gem.
However, when including this gem steep reports an error for both signatures in this file.
def self.physical_processor_count: () -> Integer |
Non-overloading method definition of `physical_processor_count` in ``::Concurrent`` cannot be duplicated
Diagnostic ID: RBS::DuplicateMethodDefinition
When I comment out the two method signatures in that line, everything is fine.
Is there a better workaround?
Metadata
Metadata
Assignees
Labels
No labels