OMeta

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

OMeta

Sean P. DeNigris
Administrator
I tried to load OMeta2 into Squeak 4.2 and ended up with "AnObsoleteOMeta2Base subclass: #OMeta2"

From squeaksource.com/OMeta, I loaded:
1. OMeta2-Preload
2. OMeta2-Postload

It seems like the post-load is removing the base class of OMeta2.

How do I load it successfully?

Thanks.
Sean
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: OMeta

Bert Freudenberg
On 25.08.2011, at 15:57, Sean P. DeNigris wrote:

> I tried to load OMeta2 into Squeak 4.2 and ended up with
> "AnObsoleteOMeta2Base subclass: #OMeta2"
>
>> From squeaksource.com/OMeta, I loaded:
> 1. OMeta2-Preload
> 2. OMeta2-Postload
>
> It seems like the post-load is removing the base class of OMeta2.
>
> How do I load it successfully?

There is a bug in 4.2 preventing OMeta's special PackageInfo class from being loaded. This has been fixed in the trunk version.

It works fine in Squeak4.3alpha-11314 (and presumably later versions).

- Bert -


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: OMeta

Bert Freudenberg

On 25.08.2011, at 16:11, Bert Freudenberg wrote:

> On 25.08.2011, at 15:57, Sean P. DeNigris wrote:
>
>> I tried to load OMeta2 into Squeak 4.2 and ended up with
>> "AnObsoleteOMeta2Base subclass: #OMeta2"
>>
>>> From squeaksource.com/OMeta, I loaded:
>> 1. OMeta2-Preload
>> 2. OMeta2-Postload
>>
>> It seems like the post-load is removing the base class of OMeta2.
>>
>> How do I load it successfully?
>
> There is a bug in 4.2 preventing OMeta's special PackageInfo class from being loaded. This has been fixed in the trunk version.
>
> It works fine in Squeak4.3alpha-11314 (and presumably later versions).

Actually the version I tried was 11460 (I did update from 11314).

- Bert -


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: OMeta

Sean P. DeNigris
Administrator
Bert Freudenberg wrote
> It works fine in Squeak4.3alpha... version... 11460
Thanks.
Sean
Cheers,
Sean