* [bug#27448] [PATCH] gnu: node: Update to 8.1.2.
@ 2017-06-22 13:04 Jelle Licht
2017-06-22 16:12 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Jelle Licht @ 2017-06-22 13:04 UTC (permalink / raw)
To: 27448
* gnu/packages/node.scm (node): Update to 8.1.2.
(node)[arguments]: Disabled more tests.
---
gnu/packages/node.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 69bd92883..d4415fc50 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -40,14 +40,14 @@
(define-public node
(package
(name "node")
- (version "7.10.0")
+ (version "8.1.2")
(source (origin
(method url-fetch)
(uri (string-append "http://nodejs.org/dist/v" version
"/node-v" version ".tar.gz"))
(sha256
(base32
- "00vdmb0z8b2sd547bkksgy9dfq5gi5xfd9b3f0rc4ngvpzl3z164"))
+ "0l92gar1pivzaiwffiiiz2f2m5k39sl5fphlfnvy0ml9hrjb65yp"))
;; https://github.com/nodejs/node/pull/9077
(patches (search-patches "node-9077.patch"))))
(build-system gnu-build-system)
@@ -83,10 +83,18 @@
((" \\$\\(MAKE\\) jslint") "")
((" \\$\\(MAKE\\) cpplint\n") ""))
+ ;; FIXME: This test seems to depends on files that are not
+ ;; available in the bundled v8. See
+ ;; https://github.com/nodejs/node/issues/13344
+ (for-each delete-file
+ '("test/addons-napi/test_general/testInstanceOf.js"))
;; FIXME: These tests fail in the build container, but they don't
;; seem to be indicative of real problems in practice.
(for-each delete-file
- '("test/parallel/test-dgram-membership.js"
+ '("test/async-hooks/test-ttywrap.readstream.js"
+ "test/parallel/test-util-inspect.js"
+ "test/parallel/test-v8-serdes.js"
+ "test/parallel/test-dgram-membership.js"
"test/parallel/test-cluster-master-error.js"
"test/parallel/test-cluster-master-kill.js"
"test/parallel/test-npm-install.js"
--
2.13.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#27448] [PATCH] gnu: node: Update to 8.1.2.
2017-06-22 13:04 [bug#27448] [PATCH] gnu: node: Update to 8.1.2 Jelle Licht
@ 2017-06-22 16:12 ` Ludovic Courtès
2017-06-29 12:29 ` Jelle Licht
0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-06-22 16:12 UTC (permalink / raw)
To: Jelle Licht; +Cc: 27448
Jelle Licht <jlicht@fsfe.org> skribis:
> * gnu/packages/node.scm (node): Update to 8.1.2.
> (node)[arguments]: Disabled more tests.
LGTM, please push!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#27448] [PATCH] gnu: node: Update to 8.1.2.
2017-06-22 16:12 ` Ludovic Courtès
@ 2017-06-29 12:29 ` Jelle Licht
2017-06-29 12:49 ` bug#27448: " Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Jelle Licht @ 2017-06-29 12:29 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 27448
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
If someone could push this, that'd be great :-).
Thanks!
Jelle
2017-06-22 18:12 GMT+02:00 Ludovic Courtès <ludo@gnu.org>:
> Jelle Licht <jlicht@fsfe.org> skribis:
>
> > * gnu/packages/node.scm (node): Update to 8.1.2.
> > (node)[arguments]: Disabled more tests.
>
> LGTM, please push!
>
> Ludo’.
>
[-- Attachment #2: Type: text/html, Size: 730 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#27448: [PATCH] gnu: node: Update to 8.1.2.
2017-06-29 12:29 ` Jelle Licht
@ 2017-06-29 12:49 ` Ludovic Courtès
0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-06-29 12:49 UTC (permalink / raw)
To: Jelle Licht; +Cc: 27448-done
Jelle Licht <jlicht@fsfe.org> skribis:
> If someone could push this, that'd be great :-).
My bad, committed, thanks!
I was assuming you already had commit rights. We should probably just
do that, no?
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-29 12:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-22 13:04 [bug#27448] [PATCH] gnu: node: Update to 8.1.2 Jelle Licht
2017-06-22 16:12 ` Ludovic Courtès
2017-06-29 12:29 ` Jelle Licht
2017-06-29 12:49 ` bug#27448: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).