-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
$: Add rzshell façade #4314
The head ref may contain hidden characters: "$-add-rzshell-fa\u00E7ade"
$: Add rzshell façade #4314
Conversation
ca4d74a
to
c2b9208
Compare
df2eadf
to
596693c
Compare
I love how github is scared by UTF-8. |
#include "rz_cmd.h" | ||
#include "rz_core.h" | ||
|
||
static int rz_cmd_alias(void *data, const char *input) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add a comment here as TODO
where you explain that this needs to be refactored.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok 707f346
ASCII as the lowest common denominator |
This change regenerated |
I think there needs to be a way to ensure that there is no repeat of #4325 |
Your checklist for this pull request
Detailed description
This pr is an initial conversion of
$
to rzshell. Internally, it's still OLDINPUT code. Note that quoting rules have changed, I think for the better.Test plan
All builds are green.
Closing issues
Tracking issues: #1583, #1342