Bug#930634: [Pkg-javascript-devel] Bug#930634: Bug#930634: Bug#930634: Build failures with rollup 0.56

2019-10-02 Thread Pirate Praveen
On Mon, 30 Sep 2019 19:49:38 +0530 Pirate Praveen wrote: > The following fail (18/77 reverse build dependencies), but should work > after adding the required plugin as build dependency. > > leaflet leaflet-markercluster node-d3 node-immutable-tuple > node-magic-string node-mocha node-react node

Bug#930634: [Pkg-javascript-devel] Bug#930634: Bug#930634: Bug#930634: Build failures with rollup 0.56

2019-09-30 Thread Pirate Praveen
On Mon, Sep 30, 2019 at 13:15, Pirate Praveen wrote: I will clean up the commits and upload this to experimental now. I have uploaded to experimental now. I have cleaned up the dependencies as well and now node-rollup-plugin-* should be added as explicit dependency to packages depending o

Bug#930634: [Pkg-javascript-devel] Bug#930634: Bug#930634: Build failures with rollup 0.56

2019-09-30 Thread Pirate Praveen
On Sun, Sep 29, 2019 at 18:08, Pirate Praveen wrote: Fixed this by a sed command, and now we get $ rollup --help /usr/share/nodejs/rollup/bin/src/rollup:15 var command = minimist_1.default(process.argv.slice(2), { ^ TypeError: minimist_1.default is not a func

Bug#930634: [Pkg-javascript-devel] Bug#930634: Build failures with rollup 0.56

2019-09-29 Thread Pirate Praveen
On Sun, Sep 29, 2019 at 17:19, Pirate Praveen wrote: Control: block -1 by 933091 On Sun, Sep 29, 2019 at 17:00, Pirate Praveen wrote: On Sat, 28 Sep 2019 23:16:06 +0530 Pirate Praveen mailto:prav...@onenetbeyond.org>> wrote: On Sat, Sep 28, 2019 at 16:12, Xavier

Bug#930634: [Pkg-javascript-devel] Bug#930634: Build failures with rollup 0.56

2019-09-29 Thread Pirate Praveen
Control: block -1 by 933091 On Sun, Sep 29, 2019 at 17:00, Pirate Praveen wrote: On Sat, 28 Sep 2019 23:16:06 +0530 Pirate Praveen mailto:prav...@onenetbeyond.org>> wrote: On Sat, Sep 28, 2019 at 16:12, Xavier > wrote: > help.pm is probably filtered. Overwrite in

Bug#930634: [Pkg-javascript-devel] Bug#930634: Build failures with rollup 0.56

2019-09-29 Thread Pirate Praveen
On Sat, 28 Sep 2019 23:16:06 +0530 Pirate Praveen wrote: > > > On Sat, Sep 28, 2019 at 16:12, Xavier wrote: > > help.pm is probably filtered. Overwrite in debian/nodejs/files > > I think the root cause is incompatibility with rollup-plugin-string > (they want 2.x and we already have 3.x). >

Bug#930634: [Pkg-javascript-devel] Bug#930634: Build failures with rollup 0.56

2019-09-28 Thread Pirate Praveen
On Sat, Sep 28, 2019 at 16:12, Xavier wrote: help.pm is probably filtered. Overwrite in debian/nodejs/files I think the root cause is incompatibility with rollup-plugin-string (they want 2.x and we already have 3.x). I did some ugly hacks to move forward and now I get $ rollup -c /usr/sh

Bug#930634: [Pkg-javascript-devel] Bug#930634: Build failures with rollup 0.56

2019-09-28 Thread Xavier
help.pm is probably filtered. Overwrite in debian/nodejs/files Le 28 septembre 2019 15:53:02 GMT+02:00, Pirate Praveen a écrit : >On Sat, 28 Sep 2019 18:55:38 +0530 Pirate Praveen > wrote: >> Next error is, >> >> src/node-entry.js → dist/rollup.js, dist/rollup.es.js... >> [!] Error: Illegal rea

Bug#930634: Build failures with rollup 0.56

2019-09-28 Thread Pirate Praveen
On Sat, 28 Sep 2019 18:55:38 +0530 Pirate Praveen wrote: > Next error is, > > src/node-entry.js → dist/rollup.js, dist/rollup.es.js... > [!] Error: Illegal reassignment to import 'commonjsHelpers' > ../../../../../../../usr/lib/nodejs/base/utils.js (5:0) > 3: var utils = require('lazy-cache')(req

Bug#930634: Build failures with rollup 0.56

2019-09-28 Thread Pirate Praveen
On Sat, 28 Sep 2019 13:53:42 +0530 Pirate Praveen wrote: > On Sat, 28 Sep 2019 13:02:49 +0530 Pirate Praveen > wrote: > > These errors are now fixed with help from Jishnu. > > Now rollup -c brings this error, > > > $ rollup -c > > src/node-entry.ts → dist/rollup.js, dist/rollup.es.js... > [!]

Bug#930634: Build failures with rollup 0.56

2019-09-28 Thread Pirate Praveen
On Sat, 28 Sep 2019 13:02:49 +0530 Pirate Praveen wrote: > These errors are now fixed with help from Jishnu. Now rollup -c brings this error, $ rollup -c src/node-entry.ts → dist/rollup.js, dist/rollup.es.js... [!] (commonjs plugin) SyntaxError: Unexpected token (44:51) in /usr/share/nodejs/mi

Bug#930634: Build failures with rollup 0.56

2019-09-28 Thread Pirate Praveen
On Thu, 26 Sep 2019 23:59:45 +0530 Pirate Praveen wrote: > 0.52 is in unstable now, > > Current status on master-0.56 branch, > > tsc > src/Graph.ts:92:31 - error TS1345: An expression of type 'void' cannot > be tested for truthiness > > 92if (plugin.options) return plugin.options(a

Bug#930634: Build failures with rollup 0.56

2019-09-26 Thread Pirate Praveen
0.52 is in unstable now, Current status on master-0.56 branch, tsc src/Graph.ts:92:31 - error TS1345: An expression of type 'void' cannot be tested for truthiness 92 if (plugin.options) return plugin.options(acc) || acc; ~~~