Paul Thomson

Results 36 issues of Paul Thomson

I think there are some bugs in the PCT algorithm. I will send a pull request or more details later.

I thought this method being rather empty was a bug. But apparently, this may not matter because the CycleDetector gets recreated every iteration. However, we could still consider NOT doing...

It should be possible to assert things inside the P# runtime or inside a SchedulingStrategy. If these fail, this is not a bug in the program under test, but a...

runtime

@pdeligia and I have been discussing the default event handler. Is it an essential feature? I am not sure how to soundly reason about this as a visible operation. If...

A simple approach. ``` csharp MachineId id = CreateMachine(); // No static checking. But the type of the machine is at least known to the coder and the IDE. //...

language-design

https://github.com/google/graphicsfuzz/blob/de47649bced75c1d4c0980d1033742a0f9d1de88/generator/src/main/java/com/graphicsfuzz/generator/transformation/DonateCodeTransformation.java#L447

E.g. ```glsl for (int i = 0; i < 3; ++i) { ... } ``` -> ```glsl for (int i = 0; i < 100; ++i) { if (i >=...

good first issue

good first issue
component:generator