Pantazis Deligiannis

Results 33 issues of Pantazis Deligiannis

Seems that we still log SendEvents even after the runtime has stopped.

bug
area-actors

To remove the need for someone to declare the method name again when they are trying to replay a schedule.

area-systematic-testing

It seems that the code coverage tool is misreading the rewritten binaries as uncovered code blocks, causing % coverage to be reduced. The issue arises when you run code coverage...

bug
area-binary-rewriting

A test might finish early, but it's unclear why -- such logs will make it easier to debug the issue.

area-actors

We use `ThreadInterruptedException` to terminate controlled threads. This does not play well nicely when aspnet is building an application, ending up consuming the exception. We should find a clean workaround...

bug
area-runtime

E.g. if someone forgot to make the method static. Eventually we should support non-static methods too.

area-cli