Skip to content
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

TimeoutError is deprecated in favor of Timeout::Error #628

Merged
merged 1 commit into from
May 21, 2019
Merged

TimeoutError is deprecated in favor of Timeout::Error #628

merged 1 commit into from
May 21, 2019

Conversation

amatsuda
Copy link
Member

Ruby stdlib Timeout's TimeoutError is deprecated in favor of Timeout::Error.

https://github.com/ruby/ruby/blob/34d7ec4e9b0a24b3ce89009927738f1dac38e6d3/lib/timeout.rb#L125-L130

@amatsuda
Copy link
Member Author

I mean, even in the oldest supported Ruby, 2.2.0 https://github.com/ruby/ruby/blob/v2_2_0/lib/timeout.rb#L128-L130

Copy link
Contributor

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get this merged!

🎉

@olleolleolle olleolleolle merged commit 1ef8f46 into cucumber:master May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants