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 SN0cIkSPJF91cAAA0tVLHw (envelope-from ) for ; Fri, 31 Jul 2020 21:38:12 +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 KLsDHkSPJF+tXQAAB5/wlQ (envelope-from ) for ; Fri, 31 Jul 2020 21:38:12 +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 0521E94028F for ; Fri, 31 Jul 2020 21:38:12 +0000 (UTC) Received: from localhost ([::1]:49372 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k1cjC-00076N-Dc for larch@yhetil.org; Fri, 31 Jul 2020 17:38:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43964) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1cj4-00076D-3K for guix-patches@gnu.org; Fri, 31 Jul 2020 17:38:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55471) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k1cj3-0004iO-Qt for guix-patches@gnu.org; Fri, 31 Jul 2020 17:38:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k1cj3-0007g6-MR for guix-patches@gnu.org; Fri, 31 Jul 2020 17:38:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42639] [PATCH] bump Node to 14.6 Resent-From: Jelle Licht Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 31 Jul 2020 21:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42639 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: formbi@protonmail.com, 42639@debbugs.gnu.org Received: via spool by 42639-submit@debbugs.gnu.org id=B42639.159623144929474 (code B ref 42639); Fri, 31 Jul 2020 21:38:01 +0000 Received: (at 42639) by debbugs.gnu.org; 31 Jul 2020 21:37:29 +0000 Received: from localhost ([127.0.0.1]:38784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1ciW-0007fJ-KP for submit@debbugs.gnu.org; Fri, 31 Jul 2020 17:37:28 -0400 Received: from mail1.fsfe.org ([217.69.89.151]:39484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1ciU-0007fB-Rl for 42639@debbugs.gnu.org; Fri, 31 Jul 2020 17:37:27 -0400 From: Jelle Licht In-Reply-To: <87ime31ilf.fsf@jlicht.xyz> References: <87ime31ilf.fsf@jlicht.xyz> Date: Fri, 31 Jul 2020 23:37:24 +0200 Message-ID: <87ft971i3v.fsf@jlicht.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) 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=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=fsfe.org (policy=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: 0.59 X-TUID: Eqp9l4sa6iDO Jelle Licht writes: > would allow us to build newer versions of node. The ones I looked at in > some detail are: > > - Sucrase [3] but it doesn't support all used typescript constructs > - swc [4] but it actually depends on the normal typescript compiler [snip] > [4] https://github.com/swc-project/swc It seems this is not actually the case, but swc still seems to depend on having a rust nightly compiler available. - Jelle