paulk-asert commented on pull request #1342:
URL: https://github.com/apache/groovy/pull/1342#issuecomment-670311104


   Since checking individual methods could have a performance impact, I have 
used a single system property to turn on the disabling feature. E.g.
   ```
   -Dgroovy.macro.disable=true    // turn on globally
   -Dgroovy.macro.disable.foo=true  // disable the 'foo' macro (any macro with 
that name)
   
   -Dgroovy.extension.disable=true    // turn on globally
   -Dgroovy.extension.disable.dump=true  // disable the 'dump' extension method 
(any with that name)
   
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to