domoritz commented on issue #40516:
URL: https://github.com/apache/arrow/issues/40516#issuecomment-1996300536

   Thanks for the issue report. I've looked at circular deps before and luckily 
I think all of these are just warning and the bundler can easily serialize the 
dependencies. However, it would be nice to clean this up. We need to be careful 
not to make the library less readable by breaking up code that makes sense 
together into separate files.
   
   And easy reproduction in the repo itself is to remove 
https://github.com/apache/arrow/blob/6b1e254f3b62924f216e06e9e563e92c69f9efd3/js/gulp/bundle-task.js#L86
 and then running `yarn gulp bundle:rollup`. Then you get warnings for all the 
sample bundles we have. 
   
   I don't know how much I can make it a priority compared to other things I 
have on my plate. This seems like a good issue for someone else to contribute. 
@rajsite would you be open to making a pull request? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to