Craig Gidney
Craig Gidney
Is there any other debug information, like stack traces of concurrently running threads or the types of the last couple packets / next couple packets?
Not yet, but I also haven't run anything yet. I went to start testing, but Signal kept crashing instead of running. I tracked it down to a bunch of interesting...
Thanks, that's useful information. I'll take another stab at reproducing the issue. A self-contained repro would be ideal, of course. Concurrency bugs are extremely difficult to reproduce, because they can...
@michaelkirk I noticed you forked the code. Let me know if you have basic question of how something works that's holding you up. Or if you figure out how to...
@michaelkirk I don't remember a reason for it to be necessary for correctness, as opposed to saving a bit of memory. However, I do find it mentally convenient to nil....
@michaelkirk Although, looking at it now, I'm a bit worried that when there's an exception the field won't be cleared and that could cause a memory leak if the case...
This crash makes no sense to me, as the first line of the shader source that's failing to compile specifies the precision that the error says it is not specifying....
I am also running into this issue when using tests that do fuzzing. It would be very useful if there was a way to disable the "generating tests twice must...
When I switch the target to netstandard, I get a calvacade of build errors. netstandard doesn't include System.Diagnostics? And for some reason even `using System` lines are turning into errors....
@Trolldemorted It's not a VS setting, it's a git setting. I think it's actually the default, since it scrubs a common source of diff-noise you'd see when two people are...