olivroy / reuseme

Collections of Utility Functions to Work Across Projects
https://olivroy.github.io/reuseme/
Other
3 stars 2 forks source link

f_test #16

Closed olivroy closed 4 months ago

olivroy commented 4 months ago

Deomo of: UseMethod() no longer forwards local variables assigned in the generic function into method call environments before evaluating the method body. This makes method calls behave more like standard function calls and makes method code easier to analyze correctly. For now, attempts to use these variables in a method will signal an error; this will eventually be dropped.