This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Implementing p0515 - spaceship operator
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Tim van Deurzen <tim at kompiler dot org>
- Cc: Jason Merrill <jason at redhat dot com>, Marek Polacek <polacek 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 08:40:02 +0100
- Subject: Re: Implementing p0515 - spaceship operator
- References: <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>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Nov 05, 2018 at 08:36:44AM +0100, Tim van Deurzen 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? If the latter is the case I would need a bit of
> assistance as it's been years since I've worked with SVN.
>
> When exactly is the feature deadline?
The deadline is end of November 11th, timezone of your choice.
Patches should be just posted to gcc-patches at gcc dot gnu dot org mailing
list. If you could do it today or tomorrow, it would be really appreciated.
Jakub