[Bug 1793226] Re: 'Uncaught TypeError: nextTick is not a function' with node-process-nextick-args 2.0.0

Launchpad Bug Tracker 1793226 at bugs.launchpad.net
Wed Sep 19 09:25:26 UTC 2018


This bug was fixed in the package node-cloneable-readable -
1.0.0-1ubuntu1

---------------
node-cloneable-readable (1.0.0-1ubuntu1) cosmic; urgency=medium

  * Update deps for node-process-nextick-args 2.0.0 (LP: #1793226):
    - d/p/process-nextick-args-v2.0.0.patch: fixes node-gulp test
    case errors ("Uncaught TypeError: nextTick is not a function")
    - debian/control: update version for node-process-nextick-args

 -- Mauricio Faria de Oliveira <mfo at canonical.com>  Tue, 18 Sep 2018
19:05:43 -0300

** Changed in: node-cloneable-readable (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1793226

Title:
  'Uncaught TypeError: nextTick is not a function' with node-process-
  nextick-args 2.0.0

Status in node-cloneable-readable package in Ubuntu:
  Fix Released

Bug description:
  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

  I'll attach a patch shortly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/node-cloneable-readable/+bug/1793226/+subscriptions



More information about the Ubuntu-sponsors mailing list