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
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
On Mon, Aug 24, 2015 at 2:46 PM, H. Hirzel <hannes.hirzel@gmail.com> 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/Pharo40ChangeL... cheers -ben
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 <btc@openinworld.com> wrote:
On Mon, Aug 24, 2015 at 2:46 PM, H. Hirzel <hannes.hirzel@gmail.com> 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/Pharo40ChangeL...
cheers -ben
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 <hannes.hirzel@gmail.com> 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 <btc@openinworld.com> wrote:
On Mon, Aug 24, 2015 at 2:46 PM, H. Hirzel <hannes.hirzel@gmail.com> 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/Pharo40ChangeL...
cheers -ben
participants (3)
-
Ben Coman -
H. Hirzel -
stepharo