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: Beyond GCC 3.0: Summing Up


On Mon, 9 Jul 2001, Mark Mitchell wrote:

> We cannot go writing buggy code and then hope that we will have the energy
> to fix it later and somehow expect to get unbuggy code. If we are willing
> to check in buggy code, and not fix it in short order, we have to be
> prepared to have constantly buggy code, and expect to have buggy releases.

That's a strawman - I'm not speaking about allowing buggy check-ins.  Revert
those as much as you like.  I'm speaking about allowing correct changes to
be checked in, even if they break something, which happens rather often in
my experience.  If they expose a different bug, then we have only one bug
in the tree, rather than two, which is IMO preferrable.

The problem is that the buggy code is _already_ checked in, and it'll have
to be fixed somehow.  I'm not of the opinion that choosing the convenient
solution of ignoring the problems and reverting patches that expose them
is a good idea.


Bernd


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