Today: Tested Piotr's PR, indeed kills hanged interpreter processes thus boosting tests up for low-number-of-cores machines. Also:
Two PRs:
• Support for simple lambdas (with only a single expression inside) – +89 box tests pass.
• Refactored expr transformer a bit, caused me to rewrite varargs a bit – +1 box test passes 🙂
Next time:
• Idk, maybe start with IrThrowImpl, maybe continue lambdas, maybe something else.