-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Currently for power_assert testsuite, it depends on byebug:
power_assert/power_assert.gemspec
Line 26 in 297fa68
| s.add_development_dependency 'byebug' |
power_assert/test/trace_test.rb
Line 10 in 297fa68
| class TestInterface < Byebug::Interface |
So can I rely on byebug?
Why I am asking here is that
- The last activity on https://github.com/deivid-rodriguez/byebug seems more than 2 years ago.
- And it seems that with ruby 3.3 (I tested ruby/ruby@cd67c0d ) byebug testsuite fails , and looks like byebug does not work with ruby 3.3 properly.
So I think if power_assert is going to use byebug, someone has to support byebug maintainership.
Or can power_assert be switched to use debug gem?
Metadata
Metadata
Assignees
Labels
No labels