borinquenkid commented on PR #15683: URL: https://github.com/apache/grails-core/pull/15683#issuecomment-4603293608
> @borinquenkid why are we force pushing to these changes? It makes it harder to review them. Can you let us know what was changed? @jdaugherty Essentially ``` java manager.domainClasses.addAll` --> manager.addAllDomainClasses ``` over 250 times I forced pushed because when one does a change that break 100s of tests on a private branch and you ar enot sure which change made it break and you know that before the change everyhting was working and it is a private branch you reset hard and add them one at a time until you find the culprit and then you force push. -- 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]
