GNU bug report logs -
#53709
[PATCH] gnu: js-of-ocaml: Update to 4.0.0.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53709 in the body.
You can then email your comments to 53709 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53709
; Package
guix-patches
.
(Tue, 01 Feb 2022 19:40:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
pukkamustard <pukkamustard <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 01 Feb 2022 19:40:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Julien Lepiller <julien <at> lepiller.eu>
:
You have taken responsibility.
(Sat, 05 Feb 2022 21:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
pukkamustard <pukkamustard <at> posteo.net>
:
bug acknowledged by developer.
(Sat, 05 Feb 2022 21:55:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 53709-done <at> debbugs.gnu.org (full text, mbox):
Pushed to master, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 06 Mar 2022 12:24:04 GMT)
Full text and
rfc822 format available.
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.