hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Compatibility package for Pharo #632

Closed sebastianconcept closed 6 months ago

sebastianconcept commented 6 months ago

After seeing https://github.com/hpi-swa/smalltalkCI/issues/631 which affects more than one Pharo version, a compatibility package is the recommendation to isolate its changing public API.

As its first feature, this compatibility package needs to return a boolean for this:

https://github.com/hpi-swa/smalltalkCI/blob/f163c906638fc4be54e340ae801833137ff14394/repository/SmalltalkCI-Pharo-Core.package/SmalltalkCIPharo.class/class/saveImage.st#L3

fniephaus commented 6 months ago

See https://github.com/hpi-swa/smalltalkCI/issues/631#issuecomment-1946409055