You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output for DaemonMode (async=false; using runargs) looks like this:
StatusHello World
`/..../Project.toml`
[d749ddd5] DaemonMode v0.1.10
and the output from julia looks like this
Hello World
Status `/..../Project.toml`
[d749ddd5] DaemonMode v0.1.10
It might be a race condition. I am using julia 1.7-rc3
The text was updated successfully, but these errors were encountered:
feanor12
changed the title
DIfferent output from DaemonMode when compared to native julia
Different output from DaemonMode when compared to native julia
Nov 24, 2021
It seems that the different in the output is because Pkg write to the default error output instead of the default output. In order to print the output DaemonMode print in an async way, so it is not guarantee that one is first than the other one.
This is related with a delay in the output that DaemonMode produces and I have detected, but I still does not know how to solve it.
Anyway, thanks for the advise.
I tried to run a file containing the following
The output for DaemonMode (async=false; using runargs) looks like this:
and the output from julia looks like this
It might be a race condition. I am using julia 1.7-rc3
The text was updated successfully, but these errors were encountered: