Skip to content

Commit

Permalink
Adopted baseline of project to not load removed packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajger committed Feb 6, 2024
1 parent d6b96cc commit ab61814
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions dev/src/BaselineOfExercism/BaselineOfExercism.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,7 @@ BaselineOfExercism >> baseline: spec [
group: 'testRunner' with: #('ExercismTestRunner');
group: 'testRunnerTests' with: #('ExercismTestRunnerTests'), self class exerciseGoldenTestPackageNames;
group: 'v3' with: #('ExercismV3')
].
spec for: #'pharo9.x' do: [
spec package: 'ExercismTools' with: [ spec includes: #('ExercismPharo90') ].
spec package: 'ExercismPharo90' ].
spec for: #'pharo11.x' do: [
"ExercismTools must be loaded prior compatibilty package, to overwrite original class definition of ExTonelWriter"
spec package: 'ExercismTools' with: [ spec includes: #('ExercismPharo110') ].
spec package: 'ExercismPharo110' with: [ spec requires: 'ExercismTools' ]
]

]

{ #category : #baselines }
Expand Down

0 comments on commit ab61814

Please sign in to comment.