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?
I have included a bunch of gems from this repo in my collection. Specifically, I need
Concurrent::Mapfrom theconcurrent-rubygem.However, when including this gem steep reports an error for both signatures in this file.
gem_rbs_collection/gems/concurrent-ruby/1.1/utility/processor_counter.rbs
Line 2 in 7a105f5
When I comment out the two method signatures in that line, everything is fine.
Is there a better workaround?