From mboxrd@z Thu Jan 1 00:00:00 1970 From: dewar@gnat.com (Robert Dewar) To: kenner@vlsi1.ultra.nyu.edu, law@redhat.com Cc: dewar@gnat.com, gcc@gcc.gnu.org, rms@gnu.org Subject: Re: Why not gnat Ada in gcc? Date: Thu, 02 Nov 2000 07:40:00 -0000 Message-id: <20001102154028.B37DD34D80@nile.gnat.com> X-SW-Source: 2000-11/msg00144.html <> One clarification that may be useful since it has caused confusion in at least one previous post, is that there are two issues here. 1. Doing a large bunch of changes at the same time in a coordinated manner. That can be disruptive certainly, and disruption is to b e avoided. On the other hand uncoordinated changes done separately can be even more disruptive. The goal is minimizing disruption, and generally incremental updates are desirable from this point of view, no one objects. Indeed we have been maintaining our changes as separate patches for some time, with the idea that when the GNAT/GNU/Linux folks put up a tree, we would provide them, but that didn't happen. So now that will happen in the context of the gcc tree. 2. Combining separate changes into single patches. This is of course never allowed under any circumstances, and certainly is something we would expect to avoid unconditionally.