This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Implementing p0515 - spaceship operator
- From: Jason Merrill <jason at redhat dot com>
- To: Tim van Deurzen <tim at kompiler dot org>
- Cc: Marek Polacek <polacek at redhat dot com>, Jakub Jelinek <jakub at redhat dot com>, "Joseph S. Myers" <joseph at codesourcery dot com>, David Brown <david at westcontrol dot com>, Jonathan Wakely <jwakely dot gcc at gmail dot com>, gcc Mailing List <gcc at gcc dot gnu dot org>
- Date: Mon, 5 Nov 2018 15:13:36 -0800
- Subject: Re: Implementing p0515 - spaceship operator
- References: <9cc3dc23-3c18-d05c-e5f4-f3d5dbeab075@kompiler.org> <CADzB+2mwgi4yaTJJf3NCZ9AC1AqYUEFMECj0g-smkmBLrjW4Yg@mail.gmail.com> <CAH6eHdSZce9rkrzxZ8iPQjw=gA=TLAOVRTLKTUQjAFqvohK1dg@mail.gmail.com> <CADzB+2kPkyha1wBgPtHXwxdu7T3_a+2TAhX6nYvbZGYmXZP_MA@mail.gmail.com> <53f18736-c429-bc29-bb34-3d61f52359ef@kompiler.org> <CAH6eHdSkssyVXoq3oDuRmNmPSW9JxZK_NJE6YcUCY+SQ+GbOKw@mail.gmail.com> <5A573705.4070406@westcontrol.com> <alpine.DEB.2.20.1801111357120.27821@digraph.polyomino.org.uk> <20180830180705.GN2218@tucnak> <20180830181617.GD12638@redhat.com> <312ea209-f0bb-2b05-6f41-c411f0e33fb5@kompiler.org> <CADzB+2kbyZNp6nHZnNR2BPoLXsPfOT_JC_2vUnoMGrP6AUQC6Q@mail.gmail.com> <CADzB+2n35xcLpU-3nSY6MWd98_42v-=4WoApS2bBN4=ro=CkeQ@mail.gmail.com> <8173a748-f414-54ee-a94e-8407a3bd920f@kompiler.org>
On Sun, Nov 4, 2018 at 11:36 PM Tim van Deurzen <tim@kompiler.org> wrote:
> I've received a lot of good advice from Nathan, but haven't had an
> opportunity to apply it yet. I'm happy, however, to show / commit what I
> have so far (which covers the parsing of the operator). I've been
> working from the git repository until now, but from the mailing list I
> gather that this is not the main development RCS yet. How and/or where
> would you prefer my changes to be sent to? Just as a patch to the
> mailing list or rather as a new branch in the SVN repo?
Patches against the git mirror is fine, I haven't touched the svn
client in quite a while either.
Jason