From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 15 03:38:38 2020 Received: (at submit) by debbugs.gnu.org; 15 Oct 2020 07:38:38 +0000 Received: from localhost ([127.0.0.1]:54043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSxqP-0005B9-VR for submit@debbugs.gnu.org; Thu, 15 Oct 2020 03:38:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:40030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSxqN-0005B0-LF for submit@debbugs.gnu.org; Thu, 15 Oct 2020 03:38:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38626) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSxqN-0007tT-DO for guix-patches@gnu.org; Thu, 15 Oct 2020 03:38:35 -0400 Received: from 66-38.147.122.lavabit.com ([38.147.122.66]:31400 helo=lavabit.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSxqL-0003Zn-12 for guix-patches@gnu.org; Thu, 15 Oct 2020 03:38:35 -0400 Received: from localhost.localdomain (158-51-80-100.pool.common.net [158.51.80.100]) by lavabit.com with ESMTP id TINXF17UVQ32 for ; Thu, 15 Oct 2020 02:33:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lavabit.com; s=bazinga; t=1602747186; bh=XvFSf+jYWCUQ2vOSneNYW7sa992Ep63EvozMP7JAX4U=; h=User-agent:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=BZQySqi53ubNS1I74lk6aM5dUsHzaSjzrdEWcKp+eUNX7QtrKecH7cW8srHjCBDYb golemO4ZNVFC5PwN2KcYJ7MDZo1wZvuLn7QqDGEmVEIExH/YiS6boVWpj3VUBl4K16 0qlJ8Vi8UnME+k3tuu4phZeN+sXPdhVCprmqRAN/WPO4bWKmR04WjncPpWHHKIhTDo behU/q8su5dwQu1Mq5If0P5uBVivZt6ecWo3F9hVwIyChybSzydSDakPYqWYjHkiD1 NtLnl76ZEXL1eE0TBXmp21Wjy+AYLf7lFSTPcvuMdBU8GoT0L+075BXmBYa8/SKq/Q KoyEchkOHyseg== User-agent: mu4e 1.4.13; emacs 27.1 From: Tim Howes To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-julia-mode: Update to 0.4-0.8ea90c7. Date: Thu, 15 Oct 2020 00:33:05 -0700 Message-ID: <87wnzs3pvy.fsf@lavabit.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=38.147.122.66; envelope-from=timhowes@lavabit.com; helo=lavabit.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/15 03:33:06 X-ACL-Warn: Detected OS = Linux 3.x [generic] [fuzzy] X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.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, RDNS_DYNAMIC=0.982, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, TVD_RCVD_IP=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) --=-=-= Content-Type: text/plain Hello, This patch updates emacs-julia-mode to the latest commit from https://github.com/JuliaEditorSupport/julia-emacs Thanks, Tim --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-emacs-julia-mode-Update-to-0.4-0.8ea90c7.patch Content-Transfer-Encoding: quoted-printable >From 3271943c18c93317d89869d9882ae69e6a0677aa Mon Sep 17 00:00:00 2001 From: Tim Howes Date: Mon, 12 Oct 2020 23:12:29 -0700 Subject: [PATCH] gnu: emacs-julia-mode: Update to 0.4-0.8ea90c7. * gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 0.4-0.8ea90c7. --- gnu/packages/emacs-xyz.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0c49d72cc2..9508d1475e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -81,6 +81,7 @@ ;;; Copyright =C2=A9 2020 Niklas Eklund ;;; Copyright =C2=A9 2020 Marco Grassi ;;; Copyright =C2=A9 2020 Tom=C3=A1s Ort=C3=ADn Fern=C3=A1ndez +;;; Copyright =C2=A9 2020 Tim Howes ;;; ;;; This file is part of GNU Guix. ;;; @@ -7731,13 +7732,12 @@ E-Prime forbids the use of the \"to be\" form to st= rengthen your writing.") (license license:gpl3+)))) =20 (define-public emacs-julia-mode - ;; XXX: Upstream version remained stuck at 0.3. See - ;; . - (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4") - (revision "1")) + (let ((commit "8ea90c7927f6d87a291cfb0216f34dacf43c722e") + (version "0.4") + (revision "0")) (package (name "emacs-julia-mode") - (version (string-append "0.3-" revision "." (string-take commit 8))) + (version (git-version version revision commit)) (source (origin (method git-fetch) @@ -7747,7 +7747,7 @@ E-Prime forbids the use of the \"to be\" form to stre= ngthen your writing.") (file-name (git-file-name name version)) (sha256 (base32 - "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0")))) + "1ymanbalx41xri5kiqs83a80a72yr9831if6cz2m24pg3g7rwr9c")))) (build-system emacs-build-system) (arguments `(#:tests? #t --=20 2.28.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 15 18:03:24 2020 Received: (at submit) by debbugs.gnu.org; 15 Oct 2020 22:03:24 +0000 Received: from localhost ([127.0.0.1]:56821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTBLI-0000JE-Gc for submit@debbugs.gnu.org; Thu, 15 Oct 2020 18:03:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:49182) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTBLE-0000Iy-Iw for submit@debbugs.gnu.org; Thu, 15 Oct 2020 18:03:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54500) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTBLE-0007q4-AJ for guix-patches@gnu.org; Thu, 15 Oct 2020 18:03:20 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:39317) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTBLC-0006Rx-C5 for guix-patches@gnu.org; Thu, 15 Oct 2020 18:03:20 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 0201CFF802; Thu, 15 Oct 2020 22:03:12 +0000 (UTC) From: Nicolas Goaziou To: Tim Howes via Guix-patches via Subject: Re: [bug#44003] [PATCH] gnu: emacs-julia-mode: Update to 0.4-0.8ea90c7. References: <87wnzs3pvy.fsf@lavabit.com> Date: Fri, 16 Oct 2020 00:03:11 +0200 In-Reply-To: <87wnzs3pvy.fsf@lavabit.com> (Tim Howes via Guix-patches via's message of "Thu, 15 Oct 2020 00:33:05 -0700") Message-ID: <877drrb10g.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.199; envelope-from=mail@nicolasgoaziou.fr; helo=relay9-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/15 18:03:14 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Tim Howes , 44003@debbugs.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.6 (--) Hello, Tim Howes via Guix-patches via writes: > This patch updates emacs-julia-mode to the latest commit from > https://github.com/JuliaEditorSupport/julia-emacs Thank you. Is there any reason not to use regular 0.4 release from March? If so, could you explain it in a comment? Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 16 02:36:34 2020 Received: (at 44003) by debbugs.gnu.org; 16 Oct 2020 06:36:34 +0000 Received: from localhost ([127.0.0.1]:57378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTJLu-0004d9-Am for submit@debbugs.gnu.org; Fri, 16 Oct 2020 02:36:34 -0400 Received: from 66-38.147.122.lavabit.com ([38.147.122.66]:13746 helo=lavabit.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTJLp-0004cs-Ju for 44003@debbugs.gnu.org; Fri, 16 Oct 2020 02:36:33 -0400 Received: from pici-t-h-pc-wsl (158-51-80-106.pool.common.net [158.51.80.106]) by lavabit.com with ESMTP id 45AXPFX9YSVC; Fri, 16 Oct 2020 01:36:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lavabit.com; s=bazinga; t=1602830183; bh=nTqI/QRoV5WZuVbl0s41B8bJ0gpcPIysgX367ObbKi8=; h=References:User-agent:From:To:Cc:Subject:In-reply-to:Date: Message-ID:MIME-Version:Content-Type; b=AqTxcGLRicGz4Bde48CHO7hua81Q1xEoQmrdaPENtINYgXRT/gZ+rLIW4ci9nURtb t5M8whILaKzwew7jdsiWxIlUW2Ni3E9mSQkFU/CLOqoRtBVKaquVkBScw4UuS08uMW CSlPKf8n4BvrRAoey1RjFN2uhrdWyTLzrul9LB8GRpZziOxhntcq4z7r3IezT4t9d5 HEvNTKzDsSEsS6p0hCmWPQrHK9cERV8CHYcsaOQTwcwISKCg5F1WHZeRUCHlrbWvjE Ci+0s89Px80qxv7jL8GWRk8onOAJzKqpGf8SGsFCfd4A7qQyl3AYeQOG8/7wFW1p7R LvLiafMwV2r/g== References: <87wnzs3pvy.fsf@lavabit.com> <877drrb10g.fsf@nicolasgoaziou.fr> User-agent: mu4e 1.4.13; emacs 27.1 From: Tim Howes To: 44003@debbugs.gnu.org Subject: Re: [bug#44003] [PATCH v2] gnu: emacs-julia-mode: Update to 0.4-0.8bfc709. In-reply-to: <877drrb10g.fsf@nicolasgoaziou.fr> Date: Thu, 15 Oct 2020 23:36:21 -0700 Message-ID: <87tuuuhe3e.fsf@lavabit.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 44003 Cc: Nicolas Goaziou 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: -0.6 (/) --=-=-= Content-Type: text/plain It seemed like the previous package definition used the latest commit, but I guess that was because they had not yet put out a tagged release. https://github.com/JuliaEditorSupport/julia-emacs/issues/46 The tagged release from March should work fine. Should it keep the revision and commit ID as part of the version? --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=v2-0001-gnu-emacs-julia-mode-Update-to-0.4-0.8bfc709.patch Content-Transfer-Encoding: quoted-printable >From 6975b12dfe2478acf19a299be1942c68a40868ca Mon Sep 17 00:00:00 2001 From: Tim Howes Date: Thu, 15 Oct 2020 19:52:04 -0700 Subject: [PATCH v2] gnu: emacs-julia-mode: Update to 0.4-0.8bfc709. * gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 0.4-0.8bfc709. --- gnu/packages/emacs-xyz.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e3e61e3141..2392c48295 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -81,6 +81,7 @@ ;;; Copyright =C2=A9 2020 Niklas Eklund ;;; Copyright =C2=A9 2020 Marco Grassi ;;; Copyright =C2=A9 2020 Tom=C3=A1s Ort=C3=ADn Fern=C3=A1ndez +;;; Copyright =C2=A9 2020 Tim Howes ;;; ;;; This file is part of GNU Guix. ;;; @@ -7786,13 +7787,12 @@ E-Prime forbids the use of the \"to be\" form to st= rengthen your writing.") (license license:gpl3+)))) =20 (define-public emacs-julia-mode - ;; XXX: Upstream version remained stuck at 0.3. See - ;; . - (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4") - (revision "1")) + (let ((commit "8bfc709716a257521cb386f20b8932e83db930a9") + (version "0.4") + (revision "0")) (package (name "emacs-julia-mode") - (version (string-append "0.3-" revision "." (string-take commit 8))) + (version (git-version version revision commit)) (source (origin (method git-fetch) @@ -7802,7 +7802,7 @@ E-Prime forbids the use of the \"to be\" form to stre= ngthen your writing.") (file-name (git-file-name name version)) (sha256 (base32 - "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0")))) + "1w131jb9mhvyjxa0p93iwfhzidgbcs6b8i6jg79yisqb9wchik99")))) (build-system emacs-build-system) (arguments `(#:tests? #t --=20 2.28.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 16 02:50:01 2020 Received: (at control) by debbugs.gnu.org; 16 Oct 2020 06:50:01 +0000 Received: from localhost ([127.0.0.1]:57406 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTJYv-00056R-4K for submit@debbugs.gnu.org; Fri, 16 Oct 2020 02:50:01 -0400 Received: from 66-38.147.122.lavabit.com ([38.147.122.66]:8128 helo=lavabit.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTJYs-00055z-Tg for control@debbugs.gnu.org; Fri, 16 Oct 2020 02:49:59 -0400 Received: from localhost.localdomain (158-51-80-106.pool.common.net [158.51.80.106]) by lavabit.com with ESMTP id ANA756RPKNUA for ; Fri, 16 Oct 2020 01:49:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lavabit.com; s=bazinga; t=1602830992; bh=3mT5L6n+2ooln9KZcK5QtJn9LXEQjAZgCWydNGIsdWI=; h=User-agent:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=laBD3UWSR/QUbhFjNSmQBp+G4EylFZUcJORYElL8tOHiykvEmW2Zu47/VapMPDO9y iXEFDdq1foxfeYoh6KD0uvfea1MdjibrAIKBo1Naw4svQJFummzotM2Mcad8ZZHnL8 W152otUneYntIwNIZtfWa+8aYkk+xgwiia/bpdbirVO/ofxeeL9b3ZLrBFAGpP7oJE ecg9/hHbX6cE95HEa3G4y6cuvCJ3Ml4qUNco4HImnAhusWFuCrwtJ8wnvi64YeTCgC 2IjDNDzOm+4N6RmImjfdMUW4mKMspU+PZqN5RqJSD6dBFLQyBIYincRQ9vOr30KPNp fvUGvwI2HvWAw== User-agent: mu4e 1.4.13; emacs 27.1 From: Tim Howes To: control@debbugs.gnu.org Subject: Re: [bug#44003] [PATCH v2] gnu: emacs-julia-mode: Update to 0.4-0.8bfc709. Date: Thu, 15 Oct 2020 23:49:51 -0700 Message-ID: <874kmuis1c.fsf@lavabit.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: control 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: -0.6 (/) retitle 44003 [PATCH] gnu: emacs-julia-mode: Update to 0.4-0.8bfc709. thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 16 15:32:33 2020 Received: (at submit) by debbugs.gnu.org; 16 Oct 2020 19:32:33 +0000 Received: from localhost ([127.0.0.1]:60929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTVSq-0004a3-PA for submit@debbugs.gnu.org; Fri, 16 Oct 2020 15:32:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:32788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTVSm-0004Zs-FZ for submit@debbugs.gnu.org; Fri, 16 Oct 2020 15:32:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38612) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTVSm-0007fX-2v for guix-patches@gnu.org; Fri, 16 Oct 2020 15:32:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40363) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTVSk-0000VN-RC; Fri, 16 Oct 2020 15:32:26 -0400 Received: from cpe-70-118-247-167.kc.res.rr.com ([70.118.247.167]:56658 helo=debian) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kTVSj-0004VP-N7; Fri, 16 Oct 2020 15:32:26 -0400 From: Brett Gilio To: Tim Howes via Guix-patches via Subject: Re: [bug#44003] [PATCH v2] gnu: emacs-julia-mode: Update to 0.4-0.8bfc709. References: <87wnzs3pvy.fsf@lavabit.com> <877drrb10g.fsf@nicolasgoaziou.fr> <87tuuuhe3e.fsf@lavabit.com> Date: Fri, 16 Oct 2020 14:32:24 -0500 In-Reply-To: <87tuuuhe3e.fsf@lavabit.com> (Tim Howes via Guix-patches via's message of "Thu, 15 Oct 2020 23:36:21 -0700") Message-ID: <87h7qu3r1z.fsf@debian> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Tim Howes , 44003@debbugs.gnu.org, Nicolas Goaziou 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: -3.3 (---) Tim Howes via Guix-patches via writes: > > The tagged release from March should work fine. Should it keep the > revision and commit ID as part of the version? > Using tagged releases is preferred. I would remove the commit let-binding and go about it using version numbering. -- Brett M. Gilio brettg@gnu.org https://brettgilio.com/ E82A C026 95D6 FF02 43CA 1E5C F6C5 2DD1 BA27 CB87 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 17 18:28:37 2020 Received: (at 44003) by debbugs.gnu.org; 17 Oct 2020 22:28:37 +0000 Received: from localhost ([127.0.0.1]:35695 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTugm-0000IE-Os for submit@debbugs.gnu.org; Sat, 17 Oct 2020 18:28:37 -0400 Received: from 66-38.147.122.lavabit.com ([38.147.122.66]:60296 helo=lavabit.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTugk-0000Hz-3h for 44003@debbugs.gnu.org; Sat, 17 Oct 2020 18:28:35 -0400 Received: from xubuntu-wsl (158-51-80-100.pool.common.net [158.51.80.100]) by lavabit.com with ESMTP id O4M7ND9SZLVW; Sat, 17 Oct 2020 17:28:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lavabit.com; s=bazinga; t=1602973708; bh=lANXEIMZMKBn64iUqi0tE8V6Kbnfq74+OeshbpHX/PM=; h=References:User-agent:From:To:Cc:Subject:In-reply-to:Date: Message-ID:MIME-Version:Content-Type; b=E6G2MFJInoN2J/MvcRwhkBIekNg6R07VEtX0vPz1ahS+FTWCXHYzXr4eiPFk81fcn pdiEjBx42FkErzmca5LF/lTEuHIUwifNWHOTrxHN6+arfOyN6FpnIDiNRS4zS7SAgC pTRm7QWw5zRLwYMz/dENcLU888jXhRknmcOxHts9gZ4ScEu3ZGlJDfhnUkTml2WubE TcB1YEbv23274GVDX6y4J9vYDGiBqa2ZtPr9m90uy/Ux+lfzrt9NXHia1BlPffvMnN cfd43qm3K+JO0hfRNd8hTfRw1G5HxH0KOj1dk7AxSDi6XOq+KSa4H2rByS424WeGtY ljszyoh5ZR3+g== References: <87wnzs3pvy.fsf@lavabit.com> <877drrb10g.fsf@nicolasgoaziou.fr> <87tuuuhe3e.fsf@lavabit.com> <87h7qu3r1z.fsf@debian> User-agent: mu4e 1.4.13; emacs 27.1 From: Tim Howes To: Brett Gilio Subject: Re: [bug#44003] [PATCH v3] gnu: emacs-julia-mode: Update to 0.4. In-reply-to: <87h7qu3r1z.fsf@debian> Date: Sat, 17 Oct 2020 15:28:26 -0700 Message-ID: <87ft6c1o8l.fsf@lavabit.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 44003 Cc: 44003@debbugs.gnu.org, Nicolas Goaziou 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: -0.6 (/) --=-=-= Content-Type: text/plain Brett Gilio writes: > Using tagged releases is preferred. I would remove the commit > let-binding and go about it using version numbering. OK, sounds good. Here it is using just the version tag. Thanks, Tim --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=v3-0001-gnu-emacs-julia-mode-Update-to-0.4.patch Content-Transfer-Encoding: quoted-printable >From 56fb736e24782937283eda7a3c4ea6b25c2d1014 Mon Sep 17 00:00:00 2001 From: Tim Howes Date: Thu, 15 Oct 2020 19:52:04 -0700 Subject: [PATCH v3] gnu: emacs-julia-mode: Update to 0.4. * gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 0.4. --- gnu/packages/emacs-xyz.scm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e3e61e3141..d2fb4aaadb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -81,6 +81,7 @@ ;;; Copyright =C2=A9 2020 Niklas Eklund ;;; Copyright =C2=A9 2020 Marco Grassi ;;; Copyright =C2=A9 2020 Tom=C3=A1s Ort=C3=ADn Fern=C3=A1ndez +;;; Copyright =C2=A9 2020 Tim Howes ;;; ;;; This file is part of GNU Guix. ;;; @@ -7786,23 +7787,19 @@ E-Prime forbids the use of the \"to be\" form to st= rengthen your writing.") (license license:gpl3+)))) =20 (define-public emacs-julia-mode - ;; XXX: Upstream version remained stuck at 0.3. See - ;; . - (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4") - (revision "1")) (package (name "emacs-julia-mode") - (version (string-append "0.3-" revision "." (string-take commit 8))) + (version "0.4") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaEditorSupport/julia-emacs") - (commit commit))) + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0")))) + "1w131jb9mhvyjxa0p93iwfhzidgbcs6b8i6jg79yisqb9wchik99")))) (build-system emacs-build-system) (arguments `(#:tests? #t @@ -7813,7 +7810,7 @@ E-Prime forbids the use of the \"to be\" form to stre= ngthen your writing.") (synopsis "Major mode for Julia") (description "This Emacs package provides a mode for the Julia programming language.") - (license license:expat)))) + (license license:expat))) =20 (define-public emacs-smex (package --=20 2.28.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 17 18:32:11 2020 Received: (at control) by debbugs.gnu.org; 17 Oct 2020 22:32:11 +0000 Received: from localhost ([127.0.0.1]:35700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTukF-0000PD-BF for submit@debbugs.gnu.org; Sat, 17 Oct 2020 18:32:11 -0400 Received: from 66-38.147.122.lavabit.com ([38.147.122.66]:42568 helo=lavabit.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTukD-0000Ow-VE for control@debbugs.gnu.org; Sat, 17 Oct 2020 18:32:10 -0400 Received: from xubuntu-wsl (158-51-80-100.pool.common.net [158.51.80.100]) by lavabit.com with ESMTP id OLO0RDOKZ6BM for ; Sat, 17 Oct 2020 17:32:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lavabit.com; s=bazinga; t=1602973924; bh=bFGjlckasqod/y+/OOADT6SiKk484WLS2XGA6Zdtjok=; h=User-agent:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=tP9aNr0WALNtFI1u2FwjQLISnpL7oeSGsQyNddkuF1NMkrQuUiAu21rv7jVnnisET a9VAe8DKc45pfvgbbGF7oA8w766+TouuWXmOK1OI3Wa/PjVgb7YP0HwYwG+KONO/Oo dzZTzYvr6cZSOzE11YEWhJ0kkfLq6nc3AaHiwKYfLINWa0QMBVChQSbdCfwEL0iRNn 1dQTaGMPFP6uIW2LK8iBHz91/iApit6c9NH9Bg5vlklswW5f2vlp6PlxPYvKsxHHZw q2l3j9lLop8hw3lycZ1DeW34CgQasWIgdRjlOVz+m15q1dMbRroaMtVNRDWI+JnEwR WgePkHWP7tKGA== User-agent: mu4e 1.4.13; emacs 27.1 From: Tim Howes To: control@debbugs.gnu.org Subject: Re: [bug#44003] [PATCH v3] gnu: emacs-julia-mode: Update to 0.4. Date: Sat, 17 Oct 2020 15:32:03 -0700 Message-ID: <87zh4k32n0.fsf@lavabit.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: control 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: -0.6 (/) retitle 44003 [PATCH] gnu: emacs-julia-mode: Update to 0.4. thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 19 09:42:38 2020 Received: (at 44003) by debbugs.gnu.org; 19 Oct 2020 13:42:38 +0000 Received: from localhost ([127.0.0.1]:40294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUVQo-0005tO-OR for submit@debbugs.gnu.org; Mon, 19 Oct 2020 09:42:38 -0400 Received: from mail-qt1-f193.google.com ([209.85.160.193]:41720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUVQn-0005t3-4K for 44003@debbugs.gnu.org; Mon, 19 Oct 2020 09:42:33 -0400 Received: by mail-qt1-f193.google.com with SMTP id z33so6030194qth.8 for <44003@debbugs.gnu.org>; Mon, 19 Oct 2020 06:42:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=rKUXoQpsRa90uhn/xOne+/rt1vKYAq3+tYzHtHtYnKY=; b=IolUBMb8R8qisKqTugwXRByZqPv0MzQoRj5XRv0n80sYCZsE9vtOMeKD8pZ7iwWtEE aD33EVoR7NFgg8H20xCJBh00aM5wImOVhMl73p2v5FyNduBFmKk/+cgugCimRy9TrUwy wm2TMFfSkBVLJY0bVTr1piJ4HrefOZxhLut14MPQm5dZLqpEG3O1mW30XMnonITcZlci hV7dj4ESzZQ00bCrU30SQsV9zyhvIV+PVZUNC7ozz0T6TJ750uf8cE9aWloC2uwbvFu8 zju1hTw9OE3TWPaviHZ2kBzXOOJJv3WIQ9zoLhshhJ0c5hVLiyPXPtlg9krymmOOOMBk qaoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rKUXoQpsRa90uhn/xOne+/rt1vKYAq3+tYzHtHtYnKY=; b=WJxxIto34v3sbd1yVhu01PAoJFwRUf7oBVDw9SlJplo7twFCXfP5T+nV8sdVAmJrMN naNxJ2EUyO0azinp58/HLrjYqFB4PMTmWqrmyxQ4+hZu9DHilIAWRNkYCBcLnE5Lnzpc gAAnBlT0bGnKL8XMTCtbtmm16WQ9JcUrNAkbAYfHexnbczwFJkU8/bkEbfZ+mWNYwalX RrelubpXFZE820UnPH3p5bqWG9ufsZSVEBqrJGEdIIunZdWRZ3uu32aNcmjpYTnjFYuu wrZORTYMTCkZ6Z7NjaFb4ldn/x/Y2ttu7uBzYzNYs2Vt15EE7W7B6v7aIeZUzobtOm6d HPYg== X-Gm-Message-State: AOAM530gts3qNt34cDKp8SXbw88bXOQ4JmUX7pfjvyEplZ9Whcg3WTqr HGF4zV64xBmKh3JwxSu/8FmD+X98z6Wm+hfAFxw= X-Google-Smtp-Source: ABdhPJyBjXpYzabKTfwVusG5IzHldAMdggu/WILK6ETg/odqdCQLdH/Wl5FvgT+Y5D8jOIUJJ6gH8yMeo50PruLt3qM= X-Received: by 2002:ac8:4295:: with SMTP id o21mr14350469qtl.313.1603114947574; Mon, 19 Oct 2020 06:42:27 -0700 (PDT) MIME-Version: 1.0 References: <87wnzs3pvy.fsf@lavabit.com> <877drrb10g.fsf@nicolasgoaziou.fr> <87tuuuhe3e.fsf@lavabit.com> <87h7qu3r1z.fsf@debian> In-Reply-To: <87h7qu3r1z.fsf@debian> From: zimoun Date: Mon, 19 Oct 2020 15:42:16 +0200 Message-ID: Subject: Re: [bug#44003] [PATCH v2] gnu: emacs-julia-mode: Update to 0.4-0.8bfc709. To: Brett Gilio Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44003 Cc: timhowes@lavabit.com, 44003@debbugs.gnu.org, Nicolas Goaziou 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: -1.0 (-) Dear, On Fri, 16 Oct 2020 at 21:33, Brett Gilio wrote: > Using tagged releases is preferred. I would remove the commit > let-binding and go about it using version numbering. It is currently the convention and uniformity matters. :-) But IMHO it is bad practise. Using commit hash enforces content-addressed, which is obviously not the case with "tags". Tags are fragile for upstream in-place replacement, for example. For reference, [1] and BTW all the thread is worth to read. :-) 1: All the best, simon From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 02 08:46:14 2020 Received: (at 44003-done) by debbugs.gnu.org; 2 Nov 2020 13:46:14 +0000 Received: from localhost ([127.0.0.1]:40151 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kZaA2-00041v-GL for submit@debbugs.gnu.org; Mon, 02 Nov 2020 08:46:14 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kZaA0-00041g-6r for 44003-done@debbugs.gnu.org; Mon, 02 Nov 2020 08:46:12 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46032) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kZa9u-0000ox-2L; Mon, 02 Nov 2020 08:46:06 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=51132 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kZa9t-0000J4-1k; Mon, 02 Nov 2020 08:46:05 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tim Howes Subject: Re: [bug#44003] [PATCH v3] gnu: emacs-julia-mode: Update to 0.4. References: <87wnzs3pvy.fsf@lavabit.com> <877drrb10g.fsf@nicolasgoaziou.fr> <87tuuuhe3e.fsf@lavabit.com> <87h7qu3r1z.fsf@debian> <87ft6c1o8l.fsf@lavabit.com> Date: Mon, 02 Nov 2020 14:46:03 +0100 In-Reply-To: <87ft6c1o8l.fsf@lavabit.com> (Tim Howes's message of "Sat, 17 Oct 2020 15:28:26 -0700") Message-ID: <875z6nna78.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44003-done Cc: 44003-done@debbugs.gnu.org, Nicolas Goaziou , Brett Gilio 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: -3.3 (---) Hi Tim, Tim Howes skribis: >>>From 56fb736e24782937283eda7a3c4ea6b25c2d1014 Mon Sep 17 00:00:00 2001 > From: Tim Howes > Date: Thu, 15 Oct 2020 19:52:04 -0700 > Subject: [PATCH v3] gnu: emacs-julia-mode: Update to 0.4. > > * gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 0.4. Applied, thanks! And sorry for the delay. Ludo=E2=80=99. From unknown Sat Jun 21 05:15:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 01 Dec 2020 12:24:05 +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