When processing args via EvaluationState.setupArgs, the callNode and fcallNode processors are not passing the block through. This caused an ugly hack to be required for super to correctly pass along the block, which caused other very subtle breakages in super logic.
The patch is coming shortly on trunk, and I'll backport it to 1.0 branch.
Description
When processing args via EvaluationState.setupArgs, the callNode and fcallNode processors are not passing the block through. This caused an ugly hack to be required for super to correctly pass along the block, which caused other very subtle breakages in super logic.
The patch is coming shortly on trunk, and I'll backport it to 1.0 branch.