Nicolas Abram
Nicolas Abram
`segfault or crash in other interesting ways` would it not be better to explicitly mention data races and undefined behaviour? If this is going to be accepted I feel like...
I'm no expert on windows console APIs, but after a bit of googling this is what I found: According to https://docs.microsoft.com/en-us/windows/console/console-input-buffer#buffer-resizing-events Buffer-resizing events are placed in the input buffer if...
I've got a proof of concept of the peeking approach here: https://github.com/nico-abram/kibi/commit/434b355e798030efa2354931765e3e2c6e401962 (loc change here is 997 => 1007) Would have to dig around std to make sure a buffer...
Actually, I accidentally set the mode to ECHO above which was why it seemed to work, my apologies Naively peeking does't work properly since the next() call to the stdin...
Wouldn't hyperblocks and a better GC (Like the proposed luajit 3 gc) go a long ways towards this? (Also string buffers taking things out of nyi, like next). On the...
Removed the cmake changes since they're not necessary for this PR and fixed conflicts
The /MANIFEST:NO option is documented [here](https://learn.microsoft.com/en-us/cpp/build/reference/manifest-create-side-by-side-assembly-manifest?view=msvc-170) > Specifies whether the linker should create a side-by-side manifest file. > A manifest file isn't created if you specify /MANIFEST:NO. I don't see...
I just ran a quick test on windows on the tip of flamegraph's main branch. Seems to work via blondie on a simple test binary. @duckfromdiscord Are you running flamegraph...
Thanks for the report @Rodrigodd ~~I tried reproducing the issue by running the winit example 20 times, but it always generated the flamegraph for me. Something is probably failing but...
That's great! Thanks for the confirmation. It was most likely downloading symbols from microsoft's symbol servers for system dlls when it froze. Maybe I should disable that by default and...