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

eliminate REPL shell mode deprecation warnings #20494

Merged
merged 3 commits into from
Feb 8, 2017
Merged

Conversation

StefanKarpinski
Copy link
Member

No description provided.

@tkelman
Copy link
Contributor

tkelman commented Feb 7, 2017

does shell-mode have tests?

However, this does not raise an error even with --depwarn=error
so the best we can get here is a visual warning when running the
tests with --depwarn=yes.
@ararslan ararslan added the REPL Julia's REPL (Read Eval Print Loop) label Feb 7, 2017
@StefanKarpinski StefanKarpinski merged commit b8c21cf into master Feb 8, 2017
@StefanKarpinski StefanKarpinski deleted the sk/shellmode branch February 8, 2017 04:31
# issue #20482
write(stdin_write, ";")
readuntil(stdout_read, "shell> ")
write(stdin_write, "echo hello >/dev/null\n")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since windows shell-mode executes commands directly rather than going through a shell, I get

        From worker 3:  hello >/dev/null
show (2)                  |   19.83  |  0.32  |  1.6 | 369.99     | 1455.00
repl (3)                  |    9.42  |  0.16  |  1.7 | 178.81     | 1105.19

from this so I think this should be unix-only

StefanKarpinski added a commit that referenced this pull request Jun 17, 2017
StefanKarpinski added a commit that referenced this pull request Jun 18, 2017
StefanKarpinski added a commit that referenced this pull request Jun 18, 2017
StefanKarpinski added a commit that referenced this pull request Jun 18, 2017
StefanKarpinski added a commit that referenced this pull request Jun 18, 2017
tkelman pushed a commit that referenced this pull request Jun 18, 2017
quinnj pushed a commit that referenced this pull request Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants