eric-milles commented on PR #2371: URL: https://github.com/apache/groovy/pull/2371#issuecomment-3774490220
Several of the methods in `CompileStack` are not very orthogonal. Thus I ended up with a `pushBreakable` and `pushVariableScope` in `writeBlockStatement` -- in addition to all the other "push" variants. And `pop` drives `getEndLabels` which creates a label and visits it to indicate the end of a block. `pushBreakable` is essentially generating an "end label" as well. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
