Actions
Bug #18067
closedComposite procs with `instance_exec` aren't executed within the context of the receiver
Bug #18067:
Composite procs with `instance_exec` aren't executed within the context of the receiver
Description
Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago
I think this is expected. You get the same error if you compose the proc manually, and the proc composition operators should reflect the same behavior as manual composition:
Updated by jeremyevans0 (Jeremy Evans) over 4 years ago
- Status changed from Open to Rejected
Updated by jeremyevans0 (Jeremy Evans) about 4 years ago
- Has duplicate Feature #18815: instance_{eval,exec} vs Proc#>> added
Actions