Bug#1064824: node-d3: fails to export map and other functions

2024-03-05 Thread Julian Gilbey
On Tue, Mar 05, 2024 at 05:39:00PM +0530, Nilesh Patra wrote: > On Mon, Mar 04, 2024 at 09:18:01PM +, Julian Gilbey wrote: > [...] > > (!) Conflicting re-exports > > "index.js" re-exports "map" from both > > "../../../usr/share/nodejs/d3-array/src/index.js" and > >

Bug#1064824: node-d3: fails to export map and other functions

2024-03-05 Thread Nilesh Patra
On Mon, Mar 04, 2024 at 09:18:01PM +, Julian Gilbey wrote: > index.js → dist/d3.js... > (!) Conflicting re-exports > "index.js" re-exports "map" from both > "../../../usr/share/nodejs/d3-array/src/index.js" and > "../../../usr/share/nodejs/d3-collection/src/index.js" (will be ignored). >

Bug#1064824: node-d3: fails to export map and other functions

2024-03-04 Thread Julian Gilbey
On Mon, Mar 04, 2024 at 09:18:01PM +, Julian Gilbey wrote: > [...] > So it's specifically "map" that is problematic, and I just happen to > have stumbled upon it: d3 v5 depends on d3-array version 1, but the > version of node-d3-array in unstable is 3.2.0+~cs5.0.6-2, and this is > causing the

Bug#1064824: node-d3: fails to export map and other functions

2024-03-04 Thread Julian Gilbey
Hi Nilesh, On Tue, Mar 05, 2024 at 02:06:08AM +0530, Nilesh Patra wrote: > > This gives lots of differences still; stripping down to just the > > differences still has many, many differences: some new exports not in > > the original d3, and some lost exports; the list begins: > > $ diff -u

Bug#1064824: node-d3: fails to export map and other functions

2024-03-04 Thread Nilesh Patra
> This gives lots of differences still; stripping down to just the > differences still has many, many differences: some new exports not in > the original d3, and some lost exports; the list begins: > $ diff -u /tmp/d3-npm.exports.trimmed /tmp/d3-debian.exports.trimmed > > +exports.Adder = Adder; >

Bug#1064824: node-d3: fails to export map and other functions

2024-02-28 Thread Julian Gilbey
reassign 1064824 node-d3 5.16.0+~cs5.28.10-1 severity 1064824 serious retitle 1064824 node-d3: fails to export map and probably other functions thanks (I'm raising this to severity "serious" because it breaks a different package.) (For background to the discovery of this bug, see below.) The