Results 2 issues of MACreative

`Infix.Format(Rational.Reduce(Infix.ParseOrThrow("(q^3*(q*(q + r) - t*(t + w))*((q*t - r*w)*(q*(q + r) - t*(t + w)) + q*(r*t - w)*(q*(q + r) - w*(t + w)))*(-q*r*(q*(q + r) - t*(t +...

### Describe the bug in debug mode (`OptimizationLevel.Debug`) everything works correctly: flags are updated, the kernel is executed completely. However, when building with `OptimizationLevel.O2` (or Release) optimization, the flags are...

bug