GNU bug report logs - #39305
[PATCH] gnu: elixir: Update to 1.10.0.

Previous Next

Package: guix-patches;

Reported by: Oskar Köök <oskar <at> maatriks.ee>

Date: Mon, 27 Jan 2020 12:20:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39305 in the body.
You can then email your comments to 39305 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#39305; Package guix-patches. (Mon, 27 Jan 2020 12:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oskar Köök <oskar <at> maatriks.ee>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 27 Jan 2020 12:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Oskar Köök <oskar <at> maatriks.ee>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: elixir: Update to 1.10.0.
Date: Mon, 27 Jan 2020 13:19:26 +0100 (CET)
* gnu/packages/elixir.scm (elixir): Update to 1.10.0.
* gnu/packages/patches/elixir-path-length.patch: Update patch so it can
be applied to v1.10.0 source
---
gnu/packages/elixir.scm                       | 4 ++--
gnu/packages/patches/elixir-path-length.patch | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index 7420bc4963..9aa693ff3a 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -33,7 +33,7 @@
(define-public elixir
   (package
     (name "elixir")
-    (version "1.9.4")
+    (version "1.10.0")
     (source
      (origin
        (method git-fetch)
@@ -42,7 +42,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1l4318g35y4h0vi2w07ayc3jizw1xc3s7hdb47w6j3iw33y06g6b"))
+        (base32 "1fz22c2jqqm2jvzxar11bh1djg3kqdn5rbxdddlz0cv6mfz7hvgv"))
        (patches (search-patches "elixir-path-length.patch"))))
     (build-system gnu-build-system)
     (arguments
diff --git a/gnu/packages/patches/elixir-path-length.patch b/gnu/packages/patches/elixir-path-length.patch
index aa8bf38829..ab99595cff 100644
--- a/gnu/packages/patches/elixir-path-length.patch
+++ b/gnu/packages/patches/elixir-path-length.patch
@@ -5,11 +5,11 @@ after the substitution is made.

--- a/Makefile
+++ b/Makefile
-@@ -213,6 +213,7 @@
- TEST_ERLS = $(addprefix $(TEST_EBIN)/, $(addsuffix .beam, $(basename $(notdir $(wildcard $(TEST_ERL)/*.erl)))))
+@@ -265,6 +265,7 @@ format: compile
+	$(call FORMAT)
 
  test_formatted: compile
-+	bin/elixir bin/mix format lib/mix/lib/mix/scm/git.ex
- 	bin/elixir bin/mix format --check-formatted
++	$(call FORMAT,lib/mix/lib/mix/scm/git.ex)
+	$(call FORMAT,--check-formatted)
 
  test_erlang: compile $(TEST_ERLS)
--
2.25.0






Information forwarded to guix-patches <at> gnu.org:
bug#39305; Package guix-patches. (Fri, 14 Feb 2020 16:16:02 GMT) Full text and rfc822 format available.

Message #8 received at 39305 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Oskar Köök <oskar <at> maatriks.ee>, 39305 <at> debbugs.gnu.org
Subject: Re: [bug#39305] [PATCH] gnu: elixir: Update to 1.10.0.
Date: Fri, 14 Feb 2020 17:14:51 +0100
[Message part 1 (text/plain, inline)]
Oskar Köök <oskar <at> maatriks.ee> writes:

> * gnu/packages/elixir.scm (elixir): Update to 1.10.0.
> * gnu/packages/patches/elixir-path-length.patch: Update patch so it can
> be applied to v1.10.0 source

Thanks for the patch!  It LGTM, but I am unable to apply it.  It looks
like you mail user agent mangled it somehow.

Could you attach a patch created with 'git format-patch'; or
alternatively use git-send-email to send it directly?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#39305; Package guix-patches. (Sun, 16 Feb 2020 10:14:01 GMT) Full text and rfc822 format available.

Message #11 received at 39305 <at> debbugs.gnu.org (full text, mbox):

From: Oskar Köök <oskar <at> maatriks.ee>
To: 39305 <at> debbugs.gnu.org
Subject: Re: [bug#39305] [PATCH] gnu: elixir: Update to 1.10.0.
Date: Sun, 16 Feb 2020 11:13:48 +0100 (CET)
[Message part 1 (text/plain, inline)]
Hi

I have attached the patch. Hopefully this works.

Oskar

Feb 14, 2020, 18:14 by mbakke <at> fastmail.com:

> Oskar Köök <oskar <at> maatriks.ee> writes:
>
>> * gnu/packages/elixir.scm (elixir): Update to 1.10.0.
>> * gnu/packages/patches/elixir-path-length.patch: Update patch so it can
>> be applied to v1.10.0 source
>>
>
> Thanks for the patch!  It LGTM, but I am unable to apply it.  It looks
> like you mail user agent mangled it somehow.
>
> Could you attach a patch created with 'git format-patch'; or
> alternatively use git-send-email to send it directly?
>

[0001-gnu-elixir-Update-to-1.10.0.patch (text/x-patch, attachment)]

Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Sun, 16 Feb 2020 15:28:02 GMT) Full text and rfc822 format available.

Notification sent to Oskar Köök <oskar <at> maatriks.ee>:
bug acknowledged by developer. (Sun, 16 Feb 2020 15:28:02 GMT) Full text and rfc822 format available.

Message #16 received at 39305-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Oskar Köök <oskar <at> maatriks.ee>, 39305-done <at> debbugs.gnu.org
Subject: Re: [bug#39305] [PATCH] gnu: elixir: Update to 1.10.0.
Date: Sun, 16 Feb 2020 16:27:44 +0100
[Message part 1 (text/plain, inline)]
Oskar Köök <oskar <at> maatriks.ee> writes:

> I have attached the patch. Hopefully this works.

Like a charm!  Pushed in b3e992e984144f643efff81808139b6c76777012.

Thank you!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 16 Mar 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 35 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.