-
Notifications
You must be signed in to change notification settings - Fork 69
enable Pharo 14 #670
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
enable Pharo 14 #670
Conversation
(hopefully)
ouch, I need to open this on zeroconf before :/ |
- Moose64-10 | ||
- Moose64-9.0 | ||
- Moose64-8.0 | ||
- GemStone64-3.5.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure that you want to add this GemStone version? There's probably a good reason for its absence.
- GemStone64-3.6.8 | ||
- GemStone64-3.7.1 | ||
- GToolkit64-release | ||
timeout-minutes: [ 15 ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't do anything
- os: windows-2019 | ||
smalltalk: Pharo64-6.0 | ||
- os: windows-2019 | ||
smalltalk: GemStone64-3.5.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here: are you sure?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put back
assertEquals "get.pharo.org/64/stable" "${image_url}" | ||
|
||
image_url="$(pharo::get_image_url "Pharo64-14")" | ||
assertEquals "get.pharo.org/64/120" "${image_url}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assertEquals "get.pharo.org/64/120" "${image_url}" | |
assertEquals "get.pharo.org/64/140" "${image_url}" |
assertEquals "get.pharo.org/64/80" "${image_url}" | ||
|
||
image_url="$(pharo::get_image_url "Pharo32-14")" | ||
assertEquals "get.pharo.org/32/120" "${image_url}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assertEquals "get.pharo.org/32/120" "${image_url}" | |
assertEquals "get.pharo.org/32/140" "${image_url}" |
assertEquals "get.pharo.org/32/120" "${image_url}" | ||
|
||
image_url="$(pharo::get_image_url "Pharo32-13")" | ||
assertEquals "get.pharo.org/32/120" "${image_url}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assertEquals "get.pharo.org/32/120" "${image_url}" | |
assertEquals "get.pharo.org/32/130" "${image_url}" |
assertEquals "get.pharo.org/64/vm120" "${vm_url}" | ||
|
||
vm_url="$(pharo::get_vm_url "Pharo64-14")" | ||
assertEquals "get.pharo.org/64/vm130" "${vm_url}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assertEquals "get.pharo.org/64/vm130" "${vm_url}" | |
assertEquals "get.pharo.org/64/vm140" "${vm_url}" |
assertEquals "get.pharo.org/64/vm80" "${vm_url}" | ||
|
||
vm_url="$(pharo::get_vm_url "Pharo32-14")" | ||
assertEquals "get.pharo.org/vm130" "${vm_url}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assertEquals "get.pharo.org/vm130" "${vm_url}" | |
assertEquals "get.pharo.org/vm140" "${vm_url}" |
not really... I do not want to do anything other than add p14 , that's just an automatic merge. |
(hopefully)