Skip to content

Commit 86cc9eb

Browse files
committed
Rename compatibility packages
1 parent 847f16a commit 86cc9eb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ BaselineOfPolyMath >> baseline: spec [
171171

172172
spec for: #( #'pharo6.x' #'pharo7.x' #'pharo8.x' #'pharo9.x' #'pharo10.x' ) do: [
173173
spec
174-
package: 'Math-Numerical' with: [ spec requires: #( 'Math-Pharo11' ) ];
175-
package: 'Math-Benchmarks-KDTree' with: [ spec requires: #( 'Math-Pharo11' ) ];
176-
package: 'Math-Tests-KDTree' with: [ spec requires: #( 'Math-Pharo11' ) ];
177-
package: 'Math-Pharo11' ]
174+
package: 'Math-Numerical' with: [ spec requires: #( 'Math-CompatibilityUpToPharo11' ) ];
175+
package: 'Math-Benchmarks-KDTree' with: [ spec requires: #( 'Math-CompatibilityUpToPharo11' ) ];
176+
package: 'Math-Tests-KDTree' with: [ spec requires: #( 'Math-CompatibilityUpToPharo11' ) ];
177+
package: 'Math-CompatibilityUpToPharo11' ]
178178
]
179179

180180
{ #category : #accessing }

src/Math-Pharo11/Float32Array.class.st renamed to src/Math-CompatibilityUpToPharo11/Float32Array.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Class {
22
#name : #Float32Array,
33
#superclass : #FloatArray,
44
#type : #words,
5-
#category : #'Math-Pharo11'
5+
#category : #'Math-CompatibilityUpToPharo11'
66
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Package { #name : #'Math-CompatibilityUpToPharo11' }

src/Math-Pharo11/package.st

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)