Tom Brus

Results 2 issues of Tom Brus

The following rule triggers it: ``` rule if (propertyValue != null) { propertyValue.result := derivedValue; propertyValue.causes := assignments.reasonRefs.distinct.copy; } ``` the following change solves it: ``` rule if (propertyValue !=...

bug

I notice that sometimes a number of thread from the the dclare ThreadPool endlessly loop in `ForkJoinPool.WorkQueue.helpComplete()`, they start using cpu cycles and will never stop. The only solution is...