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

Future of (development) dependency for byebug? #47

Open
mtasaka opened this issue Sep 18, 2023 · 2 comments
Open

Future of (development) dependency for byebug? #47

mtasaka opened this issue Sep 18, 2023 · 2 comments

Comments

@mtasaka
Copy link

mtasaka commented Sep 18, 2023

Currently for power_assert testsuite, it depends on byebug:

s.add_development_dependency 'byebug'

class TestInterface < Byebug::Interface

So can I rely on byebug?

Why I am asking here is that

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?

@voxik
Copy link

voxik commented Sep 18, 2023

@deivid-rodriguez FYI

@k-tsj
Copy link
Member

k-tsj commented Sep 29, 2023

PowerAssert.trace depends on byebug, but I think this method is only used by my PoC gem pry-byebug-power_assert.

So I'll remove this feature. (At least for now. I might implement the same feature using debug.gem)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants