-
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
data race #58
Comments
Unfortunately this issue is a bit of show stopper for a concurrent GIU application, where using -race to catch data race issue is very important. Will this be resolved soon? |
We need to find out what exactly is wrong and correct our codegenerator to avoid these issues. |
ok, I think it was here: AllenDang/imgui-go@4326262 |
Oh, lol |
STATUS
output of
-race
build of examples/ forc134d03284e7663121db54071010751d5e2de168
If I remember correctly, here was the fix: AllenDang/giu#30
The text was updated successfully, but these errors were encountered: