-
-
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
Precompilation fails when STDOUT is an IOStream #12975
Comments
fixed by #12839 |
One annoying thing about this bug is that you can establish a workflow that seems to work reliably, but fails as soon as you run (In other words, if #12839 is not going to make it into |
I'm going to add this to the 0.4.0 milestone because it is a regression in behavior from 0.3. Feel free to move to a later milestone if you don't think this bug should hold up the release. |
I'll try putting it on a backport branch (probably after rc3 to avoid pushing that back any further) and evaluate whether it breaks anything via pkgeval |
Sounds like a great plan. Thanks @tkelman! |
Fixed in v0.4.0-rc4. |
Consider the following very simple
test.jl
:If run such that
STDOUT
is a tty, the precompilation succeeds. However, ifSTDOUT
is not a tty, it fails:Possibly (?) related: #12941
The text was updated successfully, but these errors were encountered: