-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concurrent appears to be causing issues. #552
Comments
Do you specify the This definition is probably duplicated in concurrent-ruby and steep. You can avoid this problem by skipping loading steep gem's RBS. |
I have tried skipping that particular gem, but other .rbs files in the collection for the gem are required and unduplicated, so that didn't work. |
Thanks for your try. I have no idea of the cause for now... Could you give me a (minimum) reproduction code? |
Hmm, I'm not sure how much I'm at liberty to share. I'll try to create a repro. |
I have included a bunch of gems from this repo in my collection. Specifically, I need
Concurrent::Map
from theconcurrent-ruby
gem.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?
The text was updated successfully, but these errors were encountered: