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

[REPL] exit when input stream closes #33838

Merged
merged 1 commit into from
Nov 15, 2019
Merged

[REPL] exit when input stream closes #33838

merged 1 commit into from
Nov 15, 2019

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Nov 13, 2019

Instead of running a tight infinite loop. Seems somewhat preferable. This is what has been accumulating dead processes on the build bots recently. This might not necessarily be the "right" way to do this, but the undocumented technical debt here seems too high to address this any more rigorously.

Instead of running a tight infinite loop.
Seems somewhat preferable.
@vtjnash vtjnash added the REPL Julia's REPL (Read Eval Print Loop) label Nov 13, 2019
@vtjnash vtjnash requested a review from Keno November 13, 2019 23:07
@JeffBezanson JeffBezanson added the ci Continuous integration label Nov 13, 2019
@vtjnash vtjnash merged commit 4caf944 into master Nov 15, 2019
@vtjnash vtjnash deleted the jn/repl-eof branch November 15, 2019 15:54
@rfourquet
Copy link
Member

This might not necessarily be the "right" way to do this

Looks good to me at least!

KristofferC pushed a commit that referenced this pull request Apr 11, 2020
Instead of running a tight infinite loop.
Seems somewhat preferable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants