-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update nsfw library to v2.2.4. #11975
Conversation
Contributed on behalf of ST Microelectronics Signed-off-by: Thomas Mäder <[email protected]>
I don't understand what fails on CI, but note that https://github.com/eclipse-theia/theia/actions/runs/3656095808/jobs/6178414596#step:9:4720 means we have a double free/dispose on one of the watchers for some reason. |
I see the exact same error on other PRs, so I do not think this is related to the |
I don't have the time right now to look at the failures. |
I restarted the two failing test suites. Something is flaky, and if we retry it eventually passes, from what I have seen. @paul-marechal Running the tests locally for something else and without the
|
Thanks for checking @marcdumais-work! I was mostly curious about the following claim:
But it seems like Ubuntu CI still fails for some reason then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not notice any regressions, and our previous range would pull the new version on fresh install or upgrade anyway.
Thanks for taking care of this one, folks, as I'm busy with some VS Code API tasks. |
What it does
Updates nsfw dependency to v. 2.2.4 Fixes #11431
The update contains a fix I did Axosoft/nsfw#172 that should fix the issue and (hopefully) also get rid of the frequent PR check failures on ubuntu.
Contributed on behalf of ST Microelectronics
How to test
Manipulate file and folders in the workspace and make sure that they are properly reflected in Theia. I was able to reproduce the original issue by simple doing this:
node_modules
folderReview checklist
Reminder for reviewers