Mitsutoshi Aoe

Results 76 comments of Mitsutoshi Aoe

@RichardWarfield Thanks for your comment. The issue isn't reproducible on any of my machines (Linux and macOS). Would you mind making a PR for your fix?

Do you get that error when opening an eventlog, or just starting threadscope without an eventlog? If the former is the case can you upload the eventlog file?

Thanks for sharing your eventlog. I could reproduce the issue with just `ghc-event inc`. So it's not a threadscope or Windows-specific issue. I've file an issue at the ghc-events issue...

Apparently it builds fine on Catalina: https://github.com/maoe/implot-rs/runs/2858954514. It's unfortunate that Big Sur CI runners aren't publicly available yet so we can't reproduce the issue in CI.

Thanks for your input. The snippet builds fine with the clang on my system: ```console % cat isnan.cc #include using namespace std; int main(void) { double x = 0.0; bool...

FWIW I just updated macOS to 11.5 and confirmed that the issue remained.

> likely the build will start working for you if you locally delete /Users/maoe/.cargo/registry/src/github.com-1ecc6299db9ec823/imgui-sys-0.6.0/third-party/version and then do cargo build again This indeed fixed the build issue, and yes, I'm using...

Thanks for the heads up. It's okay. I've been using the workaround that you suggested earlier for now so it's not a showstopper.