-
Notifications
You must be signed in to change notification settings - Fork 37
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
Ant task check dependencies #465
Conversation
pazi146
commented
Sep 10, 2024
- checks for unused dependencies
Test Results 109 files + 2 109 suites +2 49s ⏱️ +2s Results for commit 5c246d9. ± Comparison against base commit 281a7dc. This pull request removes 2 and adds 35 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
@@ -9,7 +9,6 @@ Bundle-ActivationPolicy: lazy | |||
Require-Bundle: org.eclipse.fordiac.ide.globalconstantseditor.ui, | |||
org.eclipse.xtext.testing, | |||
org.eclipse.xtext.xbase.testing, | |||
org.eclipse.xtext.xbase.junit, |
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 think this should be at least a seperate commit
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.
thanks for catching that
I have tested the ant-task with a new, empty project (no instances in appliction, no system configured):
I don't see why the rest of the linked libraries are not listed as well? |
- checks for unused dependencies
b71bc38
to
7fc4011
Compare
|
Some standard libraries depend on others:
Result: |