Re: Some thoughts on bisecting Camel and our git commit practices

2023-07-12 Thread Otavio Rodolfo Piske
final >> state of >> > the branch, not the intermediate states. In case you need some changes >> to >> > fix the build, make sure to re-synchronize the source branch with the >> > target branch, especially in case the changes are not done on the same &g

Re: Some thoughts on bisecting Camel and our git commit practices

2023-06-23 Thread Otavio Rodolfo Piske
done on the same > day > > because the Camel branches are modified very frequently and each change > can > > potentially be in conflicts with yours. > > > > > > it is a quite cumbersome approach but I don't see any safer way. > > > > > > Regards, >

Re: Some thoughts on bisecting Camel and our git commit practices

2023-06-23 Thread Andrea Cosentino
____________________ > > From: Otavio Rodolfo Piske > > Sent: Thursday, June 22, 2023 08:53 > > To: dev@camel.apache.org > > Subject: Re: Some thoughts on bisecting Camel and our git commit > practices > > > > Hi, > > > > Release-t

Re: Some thoughts on bisecting Camel and our git commit practices

2023-06-23 Thread Peter Palaga
oach but I don't see any safer way. Regards, Nicolas From: Otavio Rodolfo Piske Sent: Thursday, June 22, 2023 08:53 To: dev@camel.apache.org Subject: Re: Some thoughts on bisecting Camel and our git commit practices Hi, Release-tagged commits don't

Re: Some thoughts on bisecting Camel and our git commit practices

2023-06-22 Thread Nicolas Filotto
y, June 22, 2023 08:53 To: dev@camel.apache.org Subject: Re: Some thoughts on bisecting Camel and our git commit practices Hi, Release-tagged commits don't help here. The whole point of bisecting is finding out precisely which commit introduced a certain behavior or bug, so that I and

Re: Some thoughts on bisecting Camel and our git commit practices

2023-06-21 Thread Otavio Rodolfo Piske
Hi, Release-tagged commits don't help here. The whole point of bisecting is finding out precisely which commit introduced a certain behavior or bug, so that I and other committers can diagnose, document and fix the problem. It's not possible to do that effectively with just release-tagged commits.

RE: Some thoughts on bisecting Camel and our git commit practices

2023-06-21 Thread Petr Kuzel
Hi Otavio, the codebase does not have the release quality after each commit. Test-driven development could even invite devs to separately commit failing tests as a proof they are effective. On contrary the release-tagged commits should be safe. Would not help you to focus on the release-tagged co