-
Notifications
You must be signed in to change notification settings - Fork 51
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
Goroutine data race #99
Comments
I might have a look at it later but I'll need some time to familiarise myself with Go data races and the race detector. Posted the issue up-front in case this is low hanging fruit for someone else. My issue to PR ratio is admittedly poor :) |
What exactly are you doing to reproduce this error? I've tried it several times with a populated cache and removing and not removing the modules directory, but I can't make g10k throw the error. The stack trace and the fact that this only happens when not specifying the Did you try a different terminal? I'll check if there are updates for this submodule available. |
Thanks! |
I still don't know what exactly is going on with the progress bars and this race condition, but the version I'm currently using (https://github.com/xorpaul/uiprogress) does seem to work. |
Using
g10k version 0.4.5 Build time: 2018-03-08_14:56:34 UTC
:Puppetfile
Not sure how I ended up in this state, but I can reliably reproduce it on my machine (it's deterministic). It only happens when the specified cache is hot/populated, and
-verbose
is not specified.The text was updated successfully, but these errors were encountered: