From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57217) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDQ91-0003M2-Fz for guix-patches@gnu.org; Thu, 26 Sep 2019 05:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDQ90-0007bD-FN for guix-patches@gnu.org; Thu, 26 Sep 2019 05:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33867) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iDQ90-0007ax-BU for guix-patches@gnu.org; Thu, 26 Sep 2019 05:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iDQ90-0006VF-6e for guix-patches@gnu.org; Thu, 26 Sep 2019 05:33:02 -0400 Subject: [bug#37511] [PATCH] gnu: Add ccls. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190925105224.3683-1-m.othacehe@gmail.com> Date: Thu, 26 Sep 2019 11:32:55 +0200 In-Reply-To: <20190925105224.3683-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Wed, 25 Sep 2019 12:52:24 +0200") Message-ID: <87lfubpflk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 37511@debbugs.gnu.org Hi, Mathieu Othacehe skribis: > * gnu/packages/cpp.scm (ccls): New variable. [...] > + (home-page "https://github.com/MaskRay/ccls") > + (synopsis "C/C++/Objective-C language server") > + (description > + "C/C++/Objective-C language server supporting cross references, > +hierarchies, completion and syntax highlighting.") Could you write a full sentence and ideally elaborate a little bit? Otherwise LGTM! Thanks, Ludo=E2=80=99.