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

Resolve #726 Panic Nova Edit Feature #771

Merged
merged 2 commits into from
Oct 25, 2022
Merged

Conversation

mzagaja
Copy link
Contributor

@mzagaja mzagaja commented Oct 21, 2022

When typing “edit” into the debugger, Panic Nova would not wait because it requires the -w flag, and the call to system was not respecting it. This commit uses the Shellwords.split method to separate it into another argument for system so Nova or other editors that require a flag work properly.

When typing “edit” into the debugger, Panic Nova would not wait because it requires the -w flag, and the call to system was not respecting it. This commit uses the Shellwords.split method to separate it into another argument for system so Nova or other editors that require a flag work properly.
Move require shellwords to right before calling it because it is not otherwise used in this class.
@mzagaja
Copy link
Contributor Author

mzagaja commented Oct 24, 2022

@ko1 Moved require as requested. Doing that was not something that occurred to me since I'm so used to just putting it at the top of most classes, but happy to oblige 😄.

@ko1 ko1 merged commit 9f2332c into ruby:master Oct 25, 2022
@ko1
Copy link
Collaborator

ko1 commented Oct 25, 2022

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants