pharo9.x?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

pharo9.x?

ducasse
Hi

I would like to adapt some baselines to Pharo90 and I’m wondering if we should not
add pharo9.x to a list somewhere.

S.




Reply | Threaded
Open this post in threaded view
|

Re: pharo9.x?

gcotelli

On Fri, Jan 24, 2020 at 5:47 PM ducasse <[hidden email]> wrote:
Hi

I would like to adapt some baselines to Pharo90 and I’m wondering if we should not
add pharo9.x to a list somewhere.

S.




Reply | Threaded
Open this post in threaded view
|

Re: pharo9.x?

ducasse
Thanks. 
For me I cannot get the phar9.x branch loading. I will investigate if I can understand what is the problem 

aselineOfCozy >> baseline: spec [
<baseline>
spec for: #'pharo8.x'
do: [
spec package: 'CozyCommon'.
spec package: 'CozyPharo8' with: [ spec requires: #('CozyCommon') ]
].
spec for: #'pharo9.x'
do: [
spec package: 'CozyCommon'.
spec package: 'CozyIceberg'.
spec package: 'CozyTheme'.
spec package: 'CozyPharo9' with: [ spec requires: #('CozyCommon') ]
].
]


On 24 Jan 2020, at 22:50, Gabriel Cotelli <[hidden email]> wrote:


On Fri, Jan 24, 2020 at 5:47 PM ducasse <[hidden email]> wrote:
Hi

I would like to adapt some baselines to Pharo90 and I’m wondering if we should not
add pharo9.x to a list somewhere.

S.