[Pkg-javascript-devel] Bug#909151: 'Uncaught TypeError: nextTick is not a function' with node-process-nextick-args 2.0.0
Mauricio Oliveira
mauricio.oliveira at canonical.com
Tue Sep 18 23:54:25 BST 2018
Package: node-cloneable-readable
Version: 1.0.0-1
Tags: patch
node-cloneable-readable 1.0.0-1 needs an update for the newer
node-process-nextick-args 2.0.0, which is now present in Debian sid
and Ubuntu Cosmic.
This can be verified in node-gulp's autotests:
$ sudo apt-get build-dep node-gulp
$ apt-get source node-gulp
$ cd node-gulp-*
Before:
------
$ dpkg -s node-cloneable-readable | grep Version:
Version: 1.0.0-1
$ debian/rules override_dh_auto_test
...
24 passing (164ms)
5 pending
2 failing
1) gulp output stream
dest()
should return a output stream that writes streaming files:
Uncaught TypeError: nextTick is not a function
...
2) gulp input stream
src()
should return a input stream with contents as stream when
buffer is false:
Uncaught TypeError: nextTick is not a function
...
make: *** [debian/rules:15: override_dh_auto_test] Error 2
$ echo $?
2
After:
-----
$ dpkg -s node-cloneable-readable | grep Version:
Version: 1.0.0-1ubuntu1
$ debian/rules override_dh_auto_test
...
26 passing (166ms)
5 pending
$ echo $?
0
--
Mauricio Faria de Oliveira
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debian-node-cloneable-readable_nextick2.debdiff
Type: application/octet-stream
Size: 4351 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20180918/239478d3/attachment.obj>
More information about the Pkg-javascript-devel
mailing list