Issue 3831 in pharo: 1.2 full image workspace has description on how to load O2

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

Issue 3831 in pharo: 1.2 full image workspace has description on how to load O2

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.2-DevImage

New issue 3831 by [hidden email]: 1.2 full image workspace has  
description on how to load O2
http://code.google.com/p/pharo/issues/detail?id=3831

... but O2 does not work in 1.2

So we should remove the description.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3831 in pharo: 1.2 full image workspace has description on how to load O2

pharo
Updates:
        Status: Closed

Comment #1 on issue 3831 by [hidden email]: 1.2 full image workspace  
has description on how to load O2
http://code.google.com/p/pharo/issues/detail?id=3831

I added ImageForDevelopers-pharo-MarcusDenker.253.mcz

No idea how to tell Metacello to pick this up, though... (there seem to be  
no version specified in the config? So I guess this just loads the latest?)




Reply | Threaded
Open this post in threaded view
|

Re: Issue 3831 in pharo: 1.2 full image workspace has description on how to load O2

pharo
Updates:
        Status: Accepted

Comment #2 on issue 3831 by [hidden email]: 1.2 full image workspace  
has description on how to load O2
http://code.google.com/p/pharo/issues/detail?id=3831

No, it's not loaded


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3831 in pharo: 1.2 full image workspace has description on how to load O2

pharo
Updates:
        Status: Closed

Comment #3 on issue 3831 by [hidden email]: 1.2 full image workspace  
has description on how to load O2
http://code.google.com/p/pharo/issues/detail?id=3831

fixed in Name: ConfigurationOfPharo-MarcusDenker.147


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3831 in pharo: 1.2 full image workspace has description on how to load O2

pharo
Updates:
        Status: Accepted
        Labels: -Milestone-1.2-DevImage Milestone-1.2.2-DevImage

Comment #4 on issue 3831 by [hidden email]: 1.2 full image workspace  
has description on how to load O2
http://code.google.com/p/pharo/issues/detail?id=3831

It magically is there again.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3831 in pharo: 1.2 full image workspace has description on how to load O2

pharo

Comment #5 on issue 3831 by marianopeck: 1.2 full image workspace has  
description on how to load O2
http://code.google.com/p/pharo/issues/detail?id=3831

In ConfigurationOfPharo >> version13beta1:

you have:

     package: 'ImageForDevelopers'  
with: 'ImageForDevelopers-pharo-MarcusDenker.254';

but your change to remove the O2 was to  
ImageForDevelopers-pharo-MarcusDenker.255

Cheers

Mariano


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3831 in pharo: 1.2 full image workspace has description on how to load O2

pharo

Comment #6 on issue 3831 by marianopeck: 1.2 full image workspace has  
description on how to load O2
http://code.google.com/p/pharo/issues/detail?id=3831

sorry I meant in version12beta2: