pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

CodeParadise runs on P10

ES
erik.stel@gmail.com
Wed, Dec 28, 2022 11:17 AM

Hi all. A small holiday present for anyone interested: https://github.com/ErikOnBike/CodeParadise now runs on P10 (and P11 with some care)! If you are using it on P8, please unload the CP-ClientEnvironment and reload it using the "pharo8" branch:

Metacello new
  repository: 'github://ErikOnBike/CP-ClientEnvironment:pharo8';
  baseline: 'CodeParadise';
  load.

P11 seems to have some issues sometimes with restarting the image. Have not found the exact cause. Will look into this.

Happy holidays!

Hi all. A small holiday present for anyone interested: [https://github.com/ErikOnBike/CodeParadise](https://github.com/ErikOnBike/CodeParadise "https://github.com/ErikOnBike/CodeParadise") now runs on P10 (and P11 with some care)! If you are using it on P8, please unload the CP-ClientEnvironment and reload it using the "pharo8" branch: ``` Metacello new repository: 'github://ErikOnBike/CP-ClientEnvironment:pharo8'; baseline: 'CodeParadise'; load. ``` P11 seems to have some issues sometimes with restarting the image. Have not found the exact cause. Will look into this.\ \ Happy holidays!
GP
Guillermo Polito
Tue, Jan 3, 2023 9:04 AM

Thanks Erik!!!

El 28 dic. 2022, a las 12:17, erik.stel@gmail.com escribió:

Hi all. A small holiday present for anyone interested: https://github.com/ErikOnBike/CodeParadise https://github.com/ErikOnBike/CodeParadise now runs on P10 (and P11 with some care)! If you are using it on P8, please unload the CP-ClientEnvironment and reload it using the "pharo8" branch:

Metacello new
repository: 'github://ErikOnBike/CP-ClientEnvironment:pharo8';
baseline: 'CodeParadise';
load.
P11 seems to have some issues sometimes with restarting the image. Have not found the exact cause. Will look into this.

Happy holidays!

Thanks Erik!!! > El 28 dic. 2022, a las 12:17, erik.stel@gmail.com escribió: > > Hi all. A small holiday present for anyone interested: https://github.com/ErikOnBike/CodeParadise <https://github.com/ErikOnBike/CodeParadise> now runs on P10 (and P11 with some care)! If you are using it on P8, please unload the CP-ClientEnvironment and reload it using the "pharo8" branch: > > Metacello new > repository: 'github://ErikOnBike/CP-ClientEnvironment:pharo8'; > baseline: 'CodeParadise'; > load. > P11 seems to have some issues sometimes with restarting the image. Have not found the exact cause. Will look into this. > > Happy holidays! >