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

TTY synchronous writes #3910

Merged
merged 2 commits into from
Aug 1, 2013
Merged

TTY synchronous writes #3910

merged 2 commits into from
Aug 1, 2013

Conversation

Keno
Copy link
Member

@Keno Keno commented Aug 1, 2013

Writes to TTYs are process blocking anyway, so no need to make them task-blocking. @JeffBezanson

JeffBezanson added a commit that referenced this pull request Aug 1, 2013
@JeffBezanson JeffBezanson merged commit 82e132c into master Aug 1, 2013
@JeffBezanson
Copy link
Sponsor Member

I guess this doesn't help at all when stdout/stderr is redirected, which it will be in the notebook, which is one of the cases where we wanted this :)

@Keno
Copy link
Member Author

Keno commented Aug 1, 2013

No, it does not.

@StefanKarpinski StefanKarpinski deleted the kf/synctty branch November 16, 2013 16:43
IanButterworth pushed a commit that referenced this pull request Jun 4, 2024
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: ed7a8dca8
New commit: 4e43058c2
Julia version: 1.12.0-DEV
Pkg version: 1.12.0
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@ed7a8dc...4e43058

```
$ git log --oneline ed7a8dca8..4e43058c2
4e43058c2 Merge pull request #3887 from carlobaldassi/validate_versions
bc7c3207d abort querying more pacakge for hint auto complete (#3913)
a4016aed2 precompile repl switch (#3910)
a48c9c645 Fixed glitch in the manual (#3912)
d875aa213 Add timeout and new tests for resolver
aeb55f7f0 run artifact selection code with minimal compilation (#3899)
0180a0105 avoid doing some checks if the package will not be showed in status output (#3897)
c6c7ed502 improve precompilation for `st` in the Pkg REPL (#3893)
bffd0633c Add version validation during Graph simplification
c2ad07003 Fix padding in resolve's log journal printing
3eb86d29f Revert #2267, with better log message
acdbb727e Small extra check in Graph's check_consistency
1d446c224 Fix small bug in Graph constructor
3efc3cbff Fix show method for VersionSpecs
```

Co-authored-by: Dilum Aluthge <[email protected]>
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.

2 participants