-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Fix restart #321
Fix restart #321
Conversation
Thanks for the fix, the only thing I don't like is how the test code exactly duplicates the implementation. What if we always added |
On Windows,
I don't know because I don't have a Linux environment. |
I fix |
Yes, definitely! The reason I asked for this is that this problem is not specific to Windows. If you run Can we add a separate test with the assertion that we want the ruby executable before the command? ( What do you think? |
Sorry, It seems that the purpose of the correction was not conveyed.
I understood that. Therefore, I fix Please check the latest commit. |
Yes, I checked the last fix and I like it. I just wanted an extra test to serve as documentation for the fix, but I guess we can live without it. Just two more things before merge:
|
OK, I fixed it as you suggested. |
Looks great! Just missing a rebase and a changelog entry with each commit in the "Fixed" section of the changelog. |
Should I add the following sentences to Fix_restart (Unreleased)Fixed
|
For the ARGV bug you can say:
For the other one:
|
Thanks! May I write it to |
Of course. If you can add each sentence to each commit (keeping the PR with two commits), that's preferred. Also, don't forget to rebase 😉 |
HI, Deivit, I fixed |
Sorry, I forgot... Last comments, could you use single backquotes instead of triple backquotes like it's done in the other entries in the change log? Also, regarding the commit messages, the correct wording for the second commit would be "Modified 'restart' Kernel.exec to always call 'ruby'" instead of "Modified 'restart' Kernel.exec is always call 'ruby'". |
OK, I fixed |
Thank you so much! |
Thank you for merge and advising me a lot! |
Description
I modified 'restart' command to run on Windows.