-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
run all -e -E -L commands given, in order #23775
Conversation
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.
Nice. The change to calling display seems good but I feel like one will generally want to have the trailing newline. In case one doesn't, it's still always possible to use -e
and call display
/ show
in the expression.
Yeah, there's just a slight problem that there's no way to |
What's wrong with just calling |
It doesn't get written to the Display. |
Why does that matter? |
There was talk of a pass-through display wrapper type, which would allow |
eval::Ptr{UInt8} | ||
print::Ptr{UInt8} | ||
load::Ptr{UInt8} | ||
commands::Ptr{Ptr{UInt8}} # (e)eval, (E)print, (L)load |
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.
In C struct, this field named as cmds
, it's inconsistent.
Is this intended?
fix #23665