-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storage] Fix rollup warnings #3993
Comments
Fixes some warnings - #4074 |
Is this still applicable now that we are removing the circular dependencies by moving the code to the same file? |
Regarding Nevertheless, logged an issue in the sinonjs/nise repo regarding |
@willmtemple Now that the PRs for fixing the circular references are merged, can you update this issue with a screenshot of remaining warnings from rollup? |
Moving this issue to the Jan milestone to follow up on leftover warnings if any |
Adding |
Thanks!!! |
I don't see any more rollup warnings when running
@jeremymeng, @HarshaNalluru Can we close this? |
The warnings are from |
The remaining warnings that we are seeing here in test are some isolated warnings about dependencies not matching that will be solved by rollup config abstraction work and these warnings about the use of Marking this up for grabs if anyone wants to take a stab at the Nise issue, since it needs a little investigation. We can probably handle this warning by silencing it in the test configurations. |
I had an issue logged in the nise repo sinonjs/nise#110 long back, which has been moved to sinonjs/fake-timers#319 and seems like it is actively being worked on. We can disable the warnings through the rollup config. Regarding "fs-extra", I have a PR to remove it completely from the repo #9402 |
@HarshaNalluru I did end up including an inhibitor for the Nise/Sinon |
@willmtemple, Is there any other pending work here to be done other than using the shared rollup config once it is available? |
@ramya-rao-a In theory, it is the same as using the shared rollup config. In practice, adapting to it may require some code changes if storage's code is not compatible with the shared rollup config out-of-the-box. It will depend a little bit once I can dig into it. |
Hi @HarshaNalluru, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
No description provided.
The text was updated successfully, but these errors were encountered: