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

Delete never used cli.rb #76

Closed
wants to merge 1 commit into from
Closed

Delete never used cli.rb #76

wants to merge 1 commit into from

Conversation

neves
Copy link

@neves neves commented Sep 26, 2015

cli.rb is loaded by pry at startup, looking for cli options to add to pry command options.
This file is slowing down pry startup by 50%, even it's not used.
It's ok to not exist, since pry checks it:
https://github.com/pry/pry/blob/master/lib/pry/plugins.rb#L38

cli.rb is loaded by pry at startup, looking for cli options to add to pry command options.
This file is slowing down pry startup by 50%, even it's not used.
It's ok to not exist, since pry checks it:
https://github.com/pry/pry/blob/master/lib/pry/plugins.rb#L38
@deivid-rodriguez
Copy link
Owner

deivid-rodriguez commented Oct 26, 2015

Hi @neves. That file was added here by @lukebergen to fix a specific issue. Then @mvz confirmed that removing the file still reintroduces the bug here. So I'm guessing this won't be merged unless you prove that the bug does not happen any more. Feel free to reopen if you can do that.

Regards!

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