GNU bug report logs - #53709
[PATCH] gnu: js-of-ocaml: Update to 4.0.0.

Previous Next

Package: guix-patches;

Reported by: pukkamustard <pukkamustard <at> posteo.net>

Date: Tue, 1 Feb 2022 19:40:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: pukkamustard <pukkamustard <at> posteo.net>
Subject: bug#53709: closed (Re: [bug#53709] [PATCH] gnu: js-of-ocaml:
 Update to 4.0.0.)
Date: Sat, 05 Feb 2022 21:55:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#53709: [PATCH] gnu: js-of-ocaml: Update to 4.0.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 53709 <at> debbugs.gnu.org.

-- 
53709: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53709
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Julien Lepiller <julien <at> lepiller.eu>
To: pukkamustard <pukkamustard <at> posteo.net>
Cc: 53709-done <at> debbugs.gnu.org
Subject: Re: [bug#53709] [PATCH] gnu: js-of-ocaml: Update to 4.0.0.
Date: Sat, 5 Feb 2022 22:54:12 +0100
Pushed to master, thanks!

[Message part 3 (message/rfc822, inline)]
From: pukkamustard <pukkamustard <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: pukkamustard <pukkamustard <at> posteo.net>
Subject: [PATCH] gnu: js-of-ocaml: Update to 4.0.0.
Date: Tue,  1 Feb 2022 19:36:38 +0000
* gnu/packages/ocaml (js-of-ocaml): Update to 4.0.0.
---
 gnu/packages/ocaml.scm | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6c1ac057a4..fa6cdcb0d5 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2020 Marius Bakke <marius <at> gnu.org>
 ;;; Copyright © 2020, 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
 ;;; Copyright © 2020 divoplade <d <at> divoplade.fr>
-;;; Copyright © 2020, 2021 pukkamustard <pukkamustard <at> posteo.net>
+;;; Copyright © 2020, 2021, 2022 pukkamustard <pukkamustard <at> posteo.net>
 ;;; Copyright © 2021 aecepoglu <aecepoglu <at> fastmail.fm>
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2021 Xinglu Chen <public <at> yoctocell.xyz>
@@ -7639,7 +7639,7 @@ (define-public ocaml-cohttp
 (define-public js-of-ocaml
   (package
     (name "js-of-ocaml")
-    (version "3.11.0")
+    (version "4.0.0")
     (source
      (origin
        (method git-fetch)
@@ -7648,20 +7648,9 @@ (define-public js-of-ocaml
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1x5f1ph9wgx0mgyibssssnrcwp69ihw66gzhsnz9h79czgzyjpp2"))))
+        (base32 "0iyhl9z57j53j2jvyqcwmxhbvy23l6g80aa0abmlgwam14yskspf"))))
     (build-system dune-build-system)
-    (arguments
-     `(#:test-target "."
-       #:phases
-       (modify-phases %standard-phases
-         (add-before 'check 'fix-failing-test
-           (lambda _
-             ;; Formating difference
-             (with-output-to-file "compiler/tests-jsoo/bin/error2.expected"
-               (lambda _
-                 (format #t
-                         "Fatal error: exception Match_failure(\
-\"compiler/tests-jsoo/bin/error2.ml\", 11, 2)\n\n"))))))))
+    (arguments `(#:test-target "."))
     (propagated-inputs
      (list ocaml-ppxlib
            ocaml-uchar
-- 
2.34.0




This bug report was last modified 3 years and 109 days ago.

Previous Next


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