From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 23 16:30:57 2022 Received: (at submit) by debbugs.gnu.org; 23 Oct 2022 20:30:57 +0000 Received: from localhost ([127.0.0.1]:46525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omhcW-0005om-RX for submit@debbugs.gnu.org; Sun, 23 Oct 2022 16:30:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:35054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omhcU-0005od-UM for submit@debbugs.gnu.org; Sun, 23 Oct 2022 16:30:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omhcU-0001E9-E3 for guix-patches@gnu.org; Sun, 23 Oct 2022 16:30:54 -0400 Received: from sofi-shared.hosting.energy ([2001:41d0:602:1f56::] helo=sofi.hosting.energy) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omhcS-0003vk-4x for guix-patches@gnu.org; Sun, 23 Oct 2022 16:30:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pisemsky.com; s=dkim; h=Content-Transfer-Encoding:Content-Type:MIME-Version :Message-ID:Date:Subject:To:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=PLEK+oFors0ZaAqtQ42PW6EY0SrinGqR629YpdsTjqc=; b=gQ9Kp7a/VrNia2RPkNAypcvRpJ cjOke5n58QMPk2mPa+q/Nqpp4wdSQnXhf1lpwnUCMKqLQuWoXcUzcTN5RlUkGnfXowUbzg0Zin7Hx HCfPawd6Lk9S+tSFS8m2swUrGphTXW6/ySvlQNi7B31w3cumo7nIkPVaq1EwC3FpidFA=; Received: from [176.59.47.225] (helo=alpha) by sofi.hosting.energy with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1omhcN-0006vY-4p for guix-patches@gnu.org; Sun, 23 Oct 2022 23:30:47 +0300 From: Evgeny Pisemsky To: guix-patches@gnu.org Subject: [PATCH] gnu: Add guilescript. Date: Sun, 23 Oct 2022 23:30:44 +0300 Message-ID: <87k04q9taj.fsf@pisemsky.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-guilescript.patch Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:41d0:602:1f56::; envelope-from=evgeny@pisemsky.com; helo=sofi.hosting.energy X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, T_SPF_HELO_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) >From a39aa047301867ff06b957a33a0d8af802c24a4d Mon Sep 17 00:00:00 2001 From: Evgeny Pisemsky Date: Sun, 23 Oct 2022 23:15:16 +0300 Subject: [PATCH] gnu: Add guilescript. * gnu/packages/guile-xyz.scm (guilescript): New variable. --- gnu/packages/guile-xyz.scm | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 209ba694d7..2e7b5431ed 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -44,6 +44,7 @@ ;;; Copyright =C2=A9 2022 Antero Mejr ;;; Copyright =C2=A9 2022 Taiju HIGASHI ;;; Copyright =C2=A9 2022 Zheng Junjie <873216071@qq.com> +;;; Copyright =C2=A9 2022 Evgeny Pisemsky ;;; ;;; This file is part of GNU Guix. ;;; @@ -264,6 +265,50 @@ (define-public artanis (home-page "https://www.gnu.org/software/artanis/") (license (list license:gpl3+ license:lgpl3+)))) ;dual license =20 +(define-public guilescript + (package + (name "guilescript") + (version "0.2.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/aconchillo/guilescript") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15bvgklv77kvkl8dizriqblfir6rid5nm79ymi3m2fvpd7wf77qy")))) + (build-system gnu-build-system) + (arguments + `(#:make-flags '("GUILE_AUTO_COMPILE=3D0") + #:modules (((guix build guile-build-system) + #:select (target-guile-effective-version)) + ,@%gnu-build-system-modules) + #:imported-modules ((guix build guile-build-system) + ,@%gnu-build-system-modules) + #:phases (modify-phases %standard-phases + (add-after 'install 'wrap-guilescript + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin")) + (version (target-guile-effective-version)) + (scm (string-append "/share/guile/site/" vers= ion)) + (go (string-append "/lib/guile/" version "/si= te-ccache"))) + (wrap-program (string-append bin "/guilescript") + `("GUILE_LOAD_PATH" prefix + (,(string-append out scm))) + `("GUILE_LOAD_COMPILED_PATH" prefix + (,(string-append out go))))) + #t))))) + (native-inputs (list autoconf automake pkg-config)) + (inputs (list guile-3.0 bash-minimal)) + (home-page "https://github.com/aconchillo/guilescript") + (synopsis "Guile to JavaScript compiler") + (description + "GuileScript is a toy compiler that aims to compile Guile to JavaScri= pt. It +currently does not do much, but it might in the future.") + (license license:gpl3+))) + ;; There are no releases yet of this package. (define-public guile-pipe (let ((commit "0746ec38d19d844dff0c6f62f209b2b6c8d8872e") base-commit: 3734857fc55df2c599c2fe5cc4ae49f5d47879fc --=20 2.38.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 05 06:53:39 2022 Received: (at submit) by debbugs.gnu.org; 5 Nov 2022 10:53:39 +0000 Received: from localhost ([127.0.0.1]:55599 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGny-0000V6-TK for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:53:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:36046) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGnx-0000Uz-Jx for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:53:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orGnv-0001TQ-Pi for guix-patches@gnu.org; Sat, 05 Nov 2022 06:53:36 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1orGnr-0005AJ-4G for guix-patches@gnu.org; Sat, 05 Nov 2022 06:53:33 -0400 Received: from localhost (unknown [54.36.30.212]) by mira.cbaines.net (Postfix) with ESMTPSA id D662927BBEA; Sat, 5 Nov 2022 10:53:28 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 4569ad17; Sat, 5 Nov 2022 10:53:27 +0000 (UTC) References: <87k04q9taj.fsf@pisemsky.com> User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines To: Evgeny Pisemsky Subject: Re: [bug#58749] [PATCH] gnu: Add guilescript. Date: Sat, 05 Nov 2022 11:52:56 +0100 In-reply-to: <87k04q9taj.fsf@pisemsky.com> Message-ID: <877d09k6zd.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 58749-done@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Evgeny Pisemsky writes: > [1. text/x-patch; 0001-gnu-Add-guilescript.patch]... Thanks for the patch Evgeny, guilescript looks interesting :) I've gone ahead and pushed this to master as 2b004b4ed0f1c6b16fa6c8bf0cbb3325538cf398. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNmQKZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xem5w/9Hc4NLEjhTck7sV/OXUSH+k9+R2wLSWJd /wjyJJrApHaaPYv+4AOtJpSMTtMFNu5Ya7A35+lOcjX2guBYEQ3PTngRZTMmE/26 TEOkwhyHrcrPuU8joTvS1ke74QiuvFDxOt1hLJfP24P+/PPo3QD7ZwdK4XO0gKbP siQQU3bpmW5C0CnA1D8ulzlxgGc0FjEBToAliJy1gRKNjVRltmhig4UELbr3rxDa WudfpG0qIzvwIJiVO7AMve6OZZeFH4km0X5jJl0DDH1N+3zkPz9J3yTONpKO9AsM OXf/x/noxnstK3hYhAd/atjOaXt3oL7JjmjYRqlI+vATfqXHDdRvvQAIrfPwzSIM +eO2HyI+ahttO/SizvzAivUk8eA5DgYSfSZHnlVtZ+/+dkQJhb26qIDBmPCglPzj PkaTn5fwLdTtwm9fkE4xmOJ9tHW5efTnzjE06HfVFpLCWrkF2w2EUtt4cpZFmUpI 7ht4Miojcp4+tO69gNfO6Mf9jPbttVkiWq1PRInl2T8cAuUekjuFPIU0ohXCzxcg gM6+uWAJzo+eYK0qmYNL3tiaaBW2X7IU68VIDBaEV7gfbaREcerQyV+vyDfHFteb 24tFWBN4qPqbgKeQWt9+tafFaAPZJFyLj1BD3FMI6fwuX6+oDNYivr6YXqEaq+Aa 150YbVG5q/o= =R3Mc -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 04:27:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 03 Dec 2022 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator