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

Remove dependency analyser, moved to newtools #17946

Merged
merged 2 commits into from
Mar 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

1 change: 0 additions & 1 deletion src/BaselineOfDependencyAnalyzer/package.st

This file was deleted.

7 changes: 3 additions & 4 deletions src/BaselineOfIDE/BaselineOfIDE.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,9 @@ BaselineOfIDE >> baseline: spec [
spec
baseline: 'HeuristicCompletion'
with: [ spec repository: repository ].
self
load: 'DependencyAnalyzer'
group: 'Tool-DependencyAnalyser-UI-Tab'
spec: spec.
spec package: 'Tool-DependencyAnalyser-UI-Tab' with: [
"Depends also on the dependency analyser in newtools"
spec requires: #('Calypso') ].
self specCode: spec.
self roassal: spec.
self microdown: spec.
Expand Down
4 changes: 0 additions & 4 deletions src/BaselineOfQA/BaselineOfQA.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ BaselineOfQA >> baseline: spec [
spec
baseline: 'QualityAssistant'
with: [ spec repository: repository ].
spec
baseline: 'DependencyAnalyzer'
with: [ spec repository: repository ].

spec
package: 'General-Rules'
with: [ spec requires: #( 'QualityAssistant' ) ];
Expand Down
35 changes: 0 additions & 35 deletions src/Tool-DependencyAnalyser-Tests-Data/DASomeClass.class.st

This file was deleted.

1 change: 0 additions & 1 deletion src/Tool-DependencyAnalyser-Tests-Data/package.st

This file was deleted.

36 changes: 0 additions & 36 deletions src/Tool-DependencyAnalyser-Tests/DADependencyCheckerTest.class.st

This file was deleted.

This file was deleted.

Loading