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

.byebugrc not read at startup #223

Closed
sethk opened this issue Mar 23, 2016 · 4 comments
Closed

.byebugrc not read at startup #223

sethk opened this issue Mar 23, 2016 · 4 comments

Comments

@sethk
Copy link
Contributor

sethk commented Mar 23, 2016

From reading the documentation, this should be the default behavior, right? Invoking with --rc causes the file to be sourced, but failed commands are ignored without any diagnostic output.

@deivid-rodriguez
Copy link
Owner

Yes, it should be the default behavior. If it's not, could you give me a way to reproduce the problem? It's certainly read in simple cases.

Regarding the diagnostic output, yep. That's something to be improved!

sethk added a commit to sethk/byebug that referenced this issue Mar 23, 2016
@sethk
Copy link
Contributor Author

sethk commented Mar 31, 2016

Okay, well that now reads my rc file, but that exposes the next layer of problems. Shall I create another bug for the missing diagnostic output? My feeling is that all I/O with the user should be via IO.console AKA /dev/tty.

@deivid-rodriguez
Copy link
Owner

So this PR is to be merged, right? Or should we investigate the next layer of problems first?

Yes, please, another bug for improving diagnosis output. Also, can you help with migrating everything to IO.console?

@sethk
Copy link
Contributor Author

sethk commented Apr 2, 2016

Yes, let's merge this and I'll either file another bug or PR. =)

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

No branches or pull requests

2 participants