Hi Guillaume, > To me, it's just a cosmetic change that doesn't add any value, and has > potentially bad impact on users. > So it's more harm than good. We should avoid such changes. Understood.
Renaming method `visit` of `ASTNode` to `accept` and adding an alias method `visit` should be able to keep the back compatibility. (See https://github.com/apache/groovy/pull/902/files#diff-354afdf77aa674ebd8d201981cb5b723) In order to not disturb groovy users, we even do not add `@Deprecated` to the alias method `visit`. To sum up, no worries :-) Cheers, Daniel.Sun ----- Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html