paulk-asert commented on PR #2229: URL: https://github.com/apache/groovy/pull/2229#issuecomment-2902659286
It may be possible to look at a different way to do the ordering. We have some assumptions about ordering in some places, e.g.: ``` int z = 0 int a = z ``` We don't want the order of those two to be swapped in generated initializer code. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org