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
Interestingly, I was able to reproduce it the first time I tried. Then with an import vibe.d; it worked and then it also worked without the import for some reason. Even with a Thread.sleep(1.seconds); added before the "B" always both are printed now...
After some more trying it seems to be some kind of race condition. It "always" works for me right after the first "dub" invocation, but fails for the following invocations (with a cached build as done on latest DUB master, or when executing it manually), but not always. Currently I have no idea what causes this, or where the cause lies (vibe.d or Druntime/Phobos). I'll do some more testing when I get more time.
Hey,
When running the program attached, I get the output:
but when I use dub and enable vibe.d with or without
VibeCustomMain, it hangs after only printing:Any idea why?
The text was updated successfully, but these errors were encountered: