Skip to content

Commit

Permalink
Drop p6 compatibility. Too many changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Apr 10, 2020
1 parent 94d97cc commit 12e6f6f
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 55 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ os:
- linux

smalltalk:
- Pharo-6.1
- Pharo64-7.0
- Pharo64-8.0
- Pharo64-9.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Thus, it should be safe to depend on a fixed major version and moving minor vers

| Version | Compatible Pharo versions |
|------------- |--------------------------- |
| 1.x.x | Pharo 61, 70, 80, 90 |
| 1.x.x | Pharo 70, 80, 90 |

## Contact

Expand Down
12 changes: 1 addition & 11 deletions src/BaselineOfChanel/BaselineOfChanel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,8 @@ BaselineOfChanel >> baseline: spec [
group: 'Tests' with: #('Chanel-Tests') ].

spec
for: #'pharo6.x'
do: [ self pharoBackwardCompatibility: spec.

spec
package: 'Chanel-Pharo6';
package: 'Chanel' with: [ spec requires: 'Chanel-Pharo6' ];
package: 'Chanel-Tests' with: [ spec requires: 'PharoBackwardCompatibility' ] ].

spec
for: #(#'pharo6.x' #'pharo7.x')
for: #(#'pharo7.x')
do: [ spec
package: 'Chanel-Pharo6' with: [ spec requires: 'Chanel-Pharo7' ];
package: 'Chanel-Pharo7';
package: 'Chanel-Tests' with: [ spec requires: 'Chanel-Pharo7' ] ]
]
Expand Down
7 changes: 0 additions & 7 deletions src/Chanel-Pharo6/RBMessageNode.extension.st

This file was deleted.

7 changes: 0 additions & 7 deletions src/Chanel-Pharo6/RBMethodNode.extension.st

This file was deleted.

6 changes: 0 additions & 6 deletions src/Chanel-Pharo6/RBParseErrorNode.extension.st

This file was deleted.

6 changes: 0 additions & 6 deletions src/Chanel-Pharo6/RBProgramNode.extension.st

This file was deleted.

9 changes: 0 additions & 9 deletions src/Chanel-Pharo6/RBSequenceNode.extension.st

This file was deleted.

6 changes: 0 additions & 6 deletions src/Chanel-Pharo6/RBSimpleFormatter.extension.st

This file was deleted.

1 change: 0 additions & 1 deletion src/Chanel-Pharo6/package.st

This file was deleted.

0 comments on commit 12e6f6f

Please sign in to comment.