HomePhorge

(PUP-3274) Change Closure.call to not take scope as parameter
03c0e08def46Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3274) Change Closure.call to not take scope as parameter

This parameter was unused in Closure. It was only needed when closures
could be created for 3x. Now the scope used in the evaluation of
the closure is the closure scope bound when the closure was created, and
not the given (now unused) scope in the call.

Details

Provenance
Henrik Lindberg <henrik.lindberg@cloudsmith.com>Authored on
Thomas Hallgren <thomas@tada.se>Committed on Feb 9 2015, 11:29 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUf205912fd608: Merge pull request #3585 from ScottGarman/yumrepofix-stable
Branches
Unknown
Tags
Unknown

Event Timeline

Thomas Hallgren <thomas@tada.se> committed rPU03c0e08def46: (PUP-3274) Change Closure.call to not take scope as parameter (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Feb 9 2015, 11:29 PM