Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- Pharo32-stable
- Pharo32-alpha
- Pharo32-3.0
- Moose64-13
- Moose64-12
- Moose64-11
- Moose64-10
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ they can take up a lot of space on your drive.*
| [Squeak][squeak] | [Pharo][pharo] | [GemStone][gemstone] | [Moose][moose] | [GToolkit][gtoolkit] |
| ---------------- | ---------------- | -------------------- | --------------- | -------------------- |
| `Squeak64-trunk` | `Pharo64-alpha` | `GemStone64-3.6.x` | `Moose64-trunk` | `GToolkit64-release` |
| `Squeak64-6.0` | `Pharo64-stable` | `GemStone64-3.5.8` | `Moose64-12` | |
| `Squeak64-5.3` | `Pharo64-13` | `GemStone64-3.5.7` | `Moose64-11` | |
| `Squeak64-5.2` | `Pharo64-12` | `GemStone64-3.5.6` | `Moose64-10` | |
| `Squeak64-5.1` | `Pharo64-11` | `GemStone64-3.5.5` | `Moose64-9.0` | |
| `Squeak32-trunk` | `Pharo64-10` | `Gemstone64-3.5.4` | `Moose64-8.0` | |
| `Squeak32-6.0` | `Pharo64-9.0` | `GemStone64-3.5.3` | | |
| `Squeak64-6.0` | `Pharo64-stable` | `GemStone64-3.5.8` | `Moose64-13` | |
| `Squeak64-5.3` | `Pharo64-13` | `GemStone64-3.5.7` | `Moose64-12` | |
| `Squeak64-5.2` | `Pharo64-12` | `GemStone64-3.5.6` | `Moose64-11` | |
| `Squeak64-5.1` | `Pharo64-11` | `GemStone64-3.5.5` | `Moose64-10` | |
| `Squeak32-trunk` | `Pharo64-10` | `Gemstone64-3.5.4` | `Moose64-9.0` | |
| `Squeak32-6.0` | `Pharo64-9.0` | `GemStone64-3.5.3` | `Moose64-8.0` | |
| `Squeak32-5.3` | `Pharo64-8.0` | | | |
| `Squeak32-5.2` | `Pharo64-7.0` | | | |
| `Squeak32-5.1` | `Pharo64-6.1` | | | |
Expand Down
11 changes: 7 additions & 4 deletions pharo/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ moose::get_image_url() {

case "${smalltalk_name}" in
"Moose64-trunk"|"Moose-trunk")
echo "https://github.com/moosetechnology/Moose/releases/download/continuous/Moose12-development-Pharo64-12.zip"
echo "https://github.com/moosetechnology/Moose/releases/download/continuous/Moose13-development-Pharo64-13.zip"
;;
"Moose64-8"*)
echo "https://github.com/moosetechnology/Moose/releases/download/v8.x.x/Moose8-old-stable-Pharo64-8.0.zip"
Expand All @@ -124,7 +124,10 @@ moose::get_image_url() {
echo "https://github.com/moosetechnology/Moose/releases/download/v11.x.x/Moose11-stable-Pharo64-11.zip"
;;
"Moose64-12"*)
echo "https://github.com/moosetechnology/Moose/releases/download/continuous/Moose12-development-Pharo64-12.zip"
echo "https://github.com/moosetechnology/Moose/releases/download/v12.0.0/Moose12-stable-Pharo64-12.zip"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will there ever be a 12.0.1 or so?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes, I should have used v12.x.x.
There will most probably not have a minor version update.
Moose major versions change approximately each year.
It is mostly a cluster of different projects and the finer versioning is managed at their level.
If by any chance we need a minor version change, I'll correct the version to v12.x.x.

;;
"Moose64-13"*)
echo "https://github.com/moosetechnology/Moose/releases/download/continuous/Moose13-development-Pharo64-13.zip"
;;
*)
print_error_and_exit "Unsupported Moose version '${smalltalk_name}'."
Expand Down Expand Up @@ -153,10 +156,10 @@ pharo::get_vm_url() {
"Pharo64-stable"|"Pharo-stable")
echo "get.pharo.org/64/vm${stable_version}0"
;;
"Pharo64-13")
"Pharo64-13"|"Moose64-13"|"Moose64-trunk")
echo "get.pharo.org/64/vm130"
;;
"Pharo64-12"|"Moose64-12"|"Moose64-trunk")
"Pharo64-12"|"Moose64-12")
echo "get.pharo.org/64/vm120"
;;
"Pharo64-11"|"Moose64-11")
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ select_smalltalk() {
Pharo32-4.0 Pharo32-3.0
GemStone64-3.6.5 GemStone64-3.6.0 GemStone64-3.5.8 GemStone64-3.5.3
GToolkit64-release
Moose64-trunk Moose64-12 Moose64-11 Moose64-10 Moose64-9.0 Moose64-8.0"
Moose64-trunk Moose64-13 Moose64-12 Moose64-11 Moose64-10 Moose64-9.0 Moose64-8.0"

if is_not_empty "${config_smalltalk}"; then
return
Expand Down