jenkinsci / groovy-sandbox

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

Add support for tuples #48

Open chuckwondo opened 6 years ago

chuckwondo commented 6 years ago

The SandboxTransformer does not support "tuple" assignment (object destructuring with multiple assignment), as per the following:

https://github.com/jenkinsci/groovy-sandbox/blob/01744ccb8f4e5fefe1ff48b3258fa6905583a46c/src/main/java/org/kohsuke/groovy/sandbox/SandboxTransformer.java#L729

Is there any plan to implement this?