Hello,

Since the update #30205, Pharo 3.0 will not be recognized anymore as a Pharo 
2.0 platform (from the metacello point of view).
It means that if you have specific pharo 2.0 instructions in your 
configurations and you want to work on Pharo 3.0, you should add pharo 3.0 
support in the configuration.

For example:
        spec for: #'pharo1.4.x' version: '1.9'.
        spec for: #'pharo2.x' version: '1.10'.
        spec for: #'pharo3.x' version: '1.11'.
or :
 spec
    for: #'pharo2.x'
    do: [ ... ]
 spec
    for: #'pharo3.x'
    do: [ ... ]
  
Regards,
Christophe.

Le 19 juin 2013 à 07:49, Marcus Denker a écrit :

> 30205
> -----
> 
> 10951 Debugger add new Method class choice dialog should show traits
>       https://pharo.fogbugz.com/f/cases/10951
>       
> 10958 Tabs model
>       https://pharo.fogbugz.com/f/cases/10958
>       
> 10959 metacelloPlatformAttributes not updated for Pharo3
>       https://pharo.fogbugz.com/f/cases/10959
>       
> 10960 Pass on Tabs
>       https://pharo.fogbugz.com/f/cases/10960
>       
> 10961 Fix pluggableTextMorphWithLimits color
>       https://pharo.fogbugz.com/f/cases/10961
> 
> 
> Diff information:
> http://smalltalkhub.com/mc/Pharo/Pharo30/main/Tools-MarcusDenker.1147.diff
> http://smalltalkhub.com/mc/Pharo/Pharo30/main/Tabs-MarcusDenker.16.diff
> http://smalltalkhub.com/mc/Pharo/Pharo30/main/System-Support-MarcusDenker.855.diff
> http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Widgets-MarcusDenker.199.diff
> http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Core-MarcusDenker.132.diff
> http://smalltalkhub.com/mc/Pharo/Pharo30/main/Morphic-Base-MarcusDenker.15.diff
> http://smalltalkhub.com/mc/Pharo/Pharo30/main/DebuggerModel-MarcusDenker.39.diff
> 
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to