Skip to content
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

fix: scanoss error on Windows #14653

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

sdirix
Copy link
Member

@sdirix sdirix commented Dec 19, 2024

What it does

On Windows, the scanoss library returns its results in a different shape than on the other platforms. We now anticipate this behavior.

fixes #14648

How to test

Try to execute the SCANOSS actions on Windows. For this you need to set SCANOSS to "manual" or "automatic" in the preferences.

Follow-ups

This should be fixed in the scanoss library as this is likely not the intended behavior. Once we consume that new version we can remove the workaround again.

Breaking changes

  • This PR introduces breaking changes and requires careful review. If yes, the breaking changes section in the changelog has been updated.

Review checklist

Reminder for reviewers

On Windows, the scanoss library returns its results in a different
shape than on the other platforms.  We now anticipate this behavior.

fixes eclipse-theia#14648
@sdirix sdirix requested a review from tsmaeder December 19, 2024 08:29
Copy link
Contributor

@tsmaeder tsmaeder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code makes sense and I checked the scan is successful on Windows

@sdirix sdirix merged commit 61f6b19 into eclipse-theia:master Dec 19, 2024
11 checks passed
@sdirix sdirix deleted the fix-scanoss-windows branch December 19, 2024 09:02
@github-actions github-actions bot added this to the 1.58.0 milestone Dec 19, 2024
jfaltermeier pushed a commit that referenced this pull request Dec 19, 2024
On Windows, the scanoss library returns its results in a different
shape than on the other platforms.  We now anticipate this behavior.

fixes #14648
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

SCANOSS does not work in built Theia IDE
2 participants