jenkinsci / groovy-sandbox

(Deprecated) Compile-time transformer to run Groovy code in a restrictive sandbox
MIT License
122 stars 60 forks source link

Attempted fix for issue #30: pre/postfix operator in closure #31

Closed sdudley closed 4 years ago

sdudley commented 8 years ago

When using a prefix/postfix increment operator within a closure, construct a MethodCallExpression with a non-implicit this.

jglick commented 7 years ago

Needs merge conflict resolution at least. CC @abayer

dwnusbaum commented 4 years ago

Like I just mentioned in #30, I think this bug was inadvertently fixed at some point, so I am closing the PR. Thanks for submitting it though!