Re: [all] How PRs could be better

2020-02-25 Thread Amey Jadiye
We might need to develop a plugin to achieve this, and yes as Jochen mentioned this is just a scenario for bug fixes, not for new functionality and enhancements. 1. Plugin must-have functionality like sure-fire to execute the test cases. 2. Plugin must have the functionality to use git, so it can

Re: [all] How PRs could be better

2020-02-25 Thread Jochen Wiedmann
I understand your intention, *if* the PR is a bug fix. But, what about the others? On Thu, Feb 20, 2020, 14:53 Gary Gregory wrote: > Hi All: > > I wonder if any of you have an ideas regarding the following. > > When looking at _some_ PRs (that are green on GitHub, build with tests and > other

Re: [all] How PRs could be better

2020-02-20 Thread Matt Sicker
ing tests into /test/java... > If you really want this feature maybe we shall write a maven plugin for > loading tests from other version of a same project. > > > 发件人: Gary Gregory > 发送时间: 2020年2月20日 21:52 > 收件人: Commons Developers List > 主题: [all] H

回复: [all] How PRs could be better

2020-02-20 Thread Xu Jin
发送时间: 2020年2月20日 21:52 收件人: Commons Developers List 主题: [all] How PRs could be better Hi All: I wonder if any of you have an ideas regarding the following. When looking at _some_ PRs (that are green on GitHub, build with tests and other checks passing, able merge OK), I like to apply only

[all] How PRs could be better

2020-02-20 Thread Gary Gregory
Hi All: I wonder if any of you have an ideas regarding the following. When looking at _some_ PRs (that are green on GitHub, build with tests and other checks passing, able merge OK), I like to apply only the test changes locally and verify that the main code fails. Then I continue my evaluation.