This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Trunk frustration


kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:

>     In hindsight, it might have been better to have used a branch...
> 
> My question about using a branch for this sort of work is how will it get
> tested?  Doing it in the trunk has a risk for destabilization, but at least
> it gets thoroughly tested by lots of people.  If you're making incremental
> changes instead of installing a whole new pass, it can be very useful to
> get the feedback that occurs from doing this on the trunk.
> 
> So I think a case like this is a close call as to where it can most
> effectively be done.

It's not fair to other contributors to simply commit your buggy
patches to the trunk and expect everyone else to clean up your mess.
It's just a way of forcing other people to do work that you couldn't
be bothered doing and that they'd rather not do either.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]