ruby/gem_rbs_collection

When set Retryable's option, UnexpectedError occurred.

kyanagimoto opened this issue · 2 comments

I tried to use gem_rbs_collection w/ this code,
then UnexpectedError happened on Retryable steep check in this code

Screen Shot 2021-11-05 at 15 30 42

If I did Retryable configuration w/

Retryable.configure do |config|
  config.sleep = 1
end

Retryable.retryable do
  results = FizzBuzz.run(Date.today.day)
  puts results
end

it worked.

Do you have any idea to avoid this Diagnostic ID: Ruby::UnexpectedError?

ksss commented

Probably it's this problem.
soutaro/steep#429

I see.
Now I close this issue.

Thank you to let me know.