From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id AFyEH10c1l5dEAAA0tVLHw (envelope-from ) for ; Tue, 02 Jun 2020 09:31:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id KMJ8G10c1l4wEAAAB5/wlQ (envelope-from ) for ; Tue, 02 Jun 2020 09:31:09 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E0E9494036B for ; Tue, 2 Jun 2020 09:31:08 +0000 (UTC) Received: from localhost ([::1]:57148 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jg3GF-0002SV-SJ for larch@yhetil.org; Tue, 02 Jun 2020 05:31:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44220) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jg3GA-0002QR-E4 for guix-patches@gnu.org; Tue, 02 Jun 2020 05:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54609) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jg3GA-0004wO-3r for guix-patches@gnu.org; Tue, 02 Jun 2020 05:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jg3G9-0002oZ-VX for guix-patches@gnu.org; Tue, 02 Jun 2020 05:31:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41639] [PATCH 0/3] Adds vala-language-server and updates vala Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 02 Jun 2020 09:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41639 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: rprior@protonmail.com, 41639@debbugs.gnu.org X-Debbugs-Original-To: Ryan Prior , Ryan Prior via Guix-patches X-Debbugs-Original-Cc: 41639@debbugs.gnu.org Received: via spool by 41639-submit@debbugs.gnu.org id=B41639.159109022910772 (code B ref 41639); Tue, 02 Jun 2020 09:31:01 +0000 Received: (at 41639) by debbugs.gnu.org; 2 Jun 2020 09:30:29 +0000 Received: from localhost ([127.0.0.1]:37921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jg3Fd-0002ng-0t for submit@debbugs.gnu.org; Tue, 02 Jun 2020 05:30:29 -0400 Received: from flashner.co.il ([178.62.234.194]:50334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jg3Fb-0002nH-Vc for 41639@debbugs.gnu.org; Tue, 02 Jun 2020 05:30:28 -0400 Received: from localhost (unknown [188.120.128.90]) by flashner.co.il (Postfix) with ESMTPSA id EF7DC40088; Tue, 2 Jun 2020 09:30:21 +0000 (UTC) Date: Tue, 2 Jun 2020 12:29:49 +0300 From: Efraim Flashner Message-ID: <20200602092949.GJ7397@E5400> References: <20200601055649.988-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Jl+DbTnyraiZ/loT" Content-Disposition: inline In-Reply-To: <20200601055649.988-1-rprior@protonmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -2.61 X-TUID: K2KPNPC5iL6m --Jl+DbTnyraiZ/loT Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 01, 2020 at 05:56:59AM +0000, Ryan Prior via Guix-patches via w= rote: > The vala-language-server package just got its first production release, so > here's a Guix package! It requires a newer version of Vala than what we h= ave, > so I include an up-to-date package in this patch series. I split vala into > vala-0.46 (with alias vala) and vala-0.48 which is required by the langua= ge > server. Hopefully we can update the vala package to point to 0.48 during = the > next major core update cycle. >=20 >=20 > Ryan Prior (3): > gnu: vala-0.46: Create alias for vala. > gnu: Add vala-0.48 > gnu: Add vala-language-server. >=20 > gnu/packages/gnome-xyz.scm | 30 ++++++++++++++++++++++++++++++ > gnu/packages/gnome.scm | 16 +++++++++++++++- > 2 files changed, 45 insertions(+), 1 deletion(-) Does the vala-language-server need to be the same version as the vala version it is built with? If so then you should add a note either with vala or the language server noting which package it should be paired with. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Jl+DbTnyraiZ/loT Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl7WHAkACgkQQarn3Mo9 g1H1sw//X1I9xDM2eg4PsWO1n7n0Nv/frWep2BtM37ONOz3MtzPBg35dB6CZ1lcL /82eicg2qcP5wJgWM1lE/+q+q9OPIyrZYbyFSA7weBW6OrG6pQ/BMYOgiJjts9PY Jb8F4QEezNrtBc8CLRpz2q4ugrJvwoDttTvG8T0oZ7nrVgWCQ+hIM2cVT5WPzMGg tLOPtU8/bIoYUHu7nJ8ESiIPPbEWDcleOgpWjflpBvzMBndPLzT1jZhJPOawpPn/ aQxXCzk+eFyXEihmJWyBJz1ND2MpcPuM///onS3+2tK4KCGd6Ft8Wwv6+SD+gCMQ uktRTP4d9N4G6h2sH1aJGevIUt8BQja7buLOGspSXVdo07HoZoYM8v/m6ETWNdpc h0vVpUksrx6IvFKJxnDsfXqKv0dQ2q6iGHmQVVUqNTw73me9LIf3hAWTVN2nKewX rGH2DD8E5ifgzbO6wpQ/p2ppEe/2H1AKP2EfFywYEwFfhXbbSX1aMMN1PHtR6Xqd +jt4+WP8XU2+ONrb1sTAPjAU/466cH6RaFKGHy/nDSDrT1zn5NRxAGWxKj+qZmvv +ccx7PUFarddUKx3vrj6lfC42U9uSlS3ngL2nRZO6LD0GaatAXCALRkHwo2LqTHm U+6rouc4t3HKUeim/1cRHyXam3LQjfbjxqSBe3gP8Qoq/59op3Q= =1OZR -----END PGP SIGNATURE----- --Jl+DbTnyraiZ/loT--