Results 8 comments of rivten

> Nope. Dereferencnig assumes that you will read or write some data under the pointer. Currently here is pointer arithmetic only. Fair enough. Still, there is an issue somewhere. I...

Hmmm for some reason, the CONTAINER_OF macro does not compile out-of-the-box for me on clang... It complained about a missing ')' at the location of the 0. I tried to...

Sorry for answering late. I finally setup a quick repo [here](https://github.com/rivten/nuklear_ub). Just a matter of `git pull` and `sh build.sh` on Linux should do it. With clang 6.0.0 I get...

Hmm that's weird. Maybe I wasn't exactly clear : the issue happens when running the build, not when building it. Here's what I have. hugo@hugo-S550CB:~/dev$ git clone https://github.com/rivten/nuklear_ub Clonage dans...

Ok so I tried to boil this do to even a more minimal example. So you can find this minimal example in [this gist](https://gist.github.com/rivten/a012b03c6411af4c3db9c544a66a4b75). Compiling and running gives no UB...

Yep. I just tested with gcc and did not repro either. At this point, I feel like the only thing to do is to mail the clang team with my...

I did a quick investigation and I found the root of the issue, but there's still one problem remaining. `KB.onKey('Escape', function () { ... });` is the part where we...

I just tried to repro this with `cabal-install` version 3.2.0.0 as well as with my custom build of the repo with latest commit. In both cases, I tried creating a...