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

Revert "add readline(::AbstractCmd)" #34958

Merged
merged 1 commit into from
Mar 2, 2020
Merged

Revert "add readline(::AbstractCmd)" #34958

merged 1 commit into from
Mar 2, 2020

Conversation

Keno
Copy link
Member

@Keno Keno commented Mar 1, 2020

This broke the buildbots. Reverts #34927.

@JeffBezanson
Copy link
Member

How did this cause win64 to fail?

@Keno
Copy link
Member Author

Keno commented Mar 2, 2020

The test keeps a BusyBox command running and doesn't wait for it to exit. On win64 we delete BusyBox at the end of that testset which fails if the command is still running.

@Keno Keno merged commit 923d84b into master Mar 2, 2020
@Keno Keno deleted the revert-34927-readline branch March 2, 2020 04:48
@bicycle1885
Copy link
Member

Ah, so we need to terminate the process before returning the line string.

@Keno
Copy link
Member Author

Keno commented Mar 2, 2020 via email

ravibitsgoa pushed a commit to ravibitsgoa/julia that referenced this pull request Apr 9, 2020
KristofferC pushed a commit that referenced this pull request Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants