TSFASTVisitor >> instantiateFastEntity:from: and TSFASTVisitor >> newInstanceOfClassNamed: are supposed to use newTenured instead of new. But this is not supported on Moose 12. We will remain using #new cz we still want to support Moose12+ (until further notice) . This is an issue so we don't forget to change it once Moose 12 is not supported anymore.
TSFASTVisitor >> instantiateFastEntity:from:andTSFASTVisitor >> newInstanceOfClassNamed:are supposed to use newTenured instead of new. But this is not supported on Moose 12. We will remain using #new cz we still want to support Moose12+ (until further notice) . This is an issue so we don't forget to change it once Moose 12 is not supported anymore.