SIXX in Pharo 4.0?

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

SIXX in Pharo 4.0?

Hannes Hirzel
Hello

I experience a load problem of SIXX * in Pharo 4.0.

https://github.com/mumez/SIXX/issues/2

The complaint is that a class

     ContextPart

is not found. Any suggestions/hints how to proceed?

Regards

Hannes

-----------------
* Smalltalk Instance eXchange in XML
https://github.com/mumez/SIXX
http://www.mars.dti.ne.jp/~umejava/smalltalk/sixx/index.html

Reply | Threaded
Open this post in threaded view
|

Re: SIXX in Pharo 4.0?

stepharo
Hi Hannes

load it on Pharo30 and the check the extensions probably on the block
and related.
Such methods should be move to the corresponding class in Pharo40.

Stef

Le 24/8/15 08:46, H. Hirzel a écrit :

> Hello
>
> I experience a load problem of SIXX * in Pharo 4.0.
>
> https://github.com/mumez/SIXX/issues/2
>
> The complaint is that a class
>
>       ContextPart
>
> is not found. Any suggestions/hints how to proceed?
>
> Regards
>
> Hannes
>
> -----------------
> * Smalltalk Instance eXchange in XML
> https://github.com/mumez/SIXX
> http://www.mars.dti.ne.jp/~umejava/smalltalk/sixx/index.html
>
>


Reply | Threaded
Open this post in threaded view
|

Re: SIXX in Pharo 4.0?

Ben Coman
In reply to this post by Hannes Hirzel
On Mon, Aug 24, 2015 at 2:46 PM, H. Hirzel <[hidden email]> wrote:

> Hello
>
> I experience a load problem of SIXX * in Pharo 4.0.
>
> https://github.com/mumez/SIXX/issues/2
>
> The complaint is that a class
>
>      ContextPart
>
> is not found. Any suggestions/hints how to proceed?

ContextPart and MethodContext classes have been merged into Contex class
https://github.com/pharo-project/pharo-changelogs/blob/master/Pharo40ChangeLogs.md

cheers -ben

Reply | Threaded
Open this post in threaded view
|

Re: SIXX in Pharo 4.0?

Hannes Hirzel
Thanks for the help so far;

Updated

https://github.com/mumez/SIXX/issues/2
123 test cases pass.

Suggestions how to deal with the four test cases which fail?

--Hannes


On 8/24/15, Ben Coman <[hidden email]> wrote:

> On Mon, Aug 24, 2015 at 2:46 PM, H. Hirzel <[hidden email]> wrote:
>> Hello
>>
>> I experience a load problem of SIXX * in Pharo 4.0.
>>
>> https://github.com/mumez/SIXX/issues/2
>>
>> The complaint is that a class
>>
>>      ContextPart
>>
>> is not found. Any suggestions/hints how to proceed?
>
> ContextPart and MethodContext classes have been merged into Contex class
> https://github.com/pharo-project/pharo-changelogs/blob/master/Pharo40ChangeLogs.md
>
> cheers -ben
>
>

Reply | Threaded
Open this post in threaded view
|

Re: SIXX in Pharo 4.0?

Hannes Hirzel
Masashi Umezawa fixed the Context class issue.

SIXX tests are now fine in Pharo 4.0

https://github.com/mumez/SIXX/issues/2

--Hannes

On 8/24/15, H. Hirzel <[hidden email]> wrote:

> Thanks for the help so far;
>
> Updated
>
> https://github.com/mumez/SIXX/issues/2
> 123 test cases pass.
>
> Suggestions how to deal with the four test cases which fail?
>
> --Hannes
>
>
> On 8/24/15, Ben Coman <[hidden email]> wrote:
>> On Mon, Aug 24, 2015 at 2:46 PM, H. Hirzel <[hidden email]>
>> wrote:
>>> Hello
>>>
>>> I experience a load problem of SIXX * in Pharo 4.0.
>>>
>>> https://github.com/mumez/SIXX/issues/2
>>>
>>> The complaint is that a class
>>>
>>>      ContextPart
>>>
>>> is not found. Any suggestions/hints how to proceed?
>>
>> ContextPart and MethodContext classes have been merged into Contex class
>> https://github.com/pharo-project/pharo-changelogs/blob/master/Pharo40ChangeLogs.md
>>
>> cheers -ben
>>
>>
>