Pavel's ChangeLog week of 2018-01-15
Hi, - continuing on Ring 2 integration - work on Magma port to Pharo. It's very far from being in a usable state but some progress has been done: - make packages from the version 1.6-tests loadable, baseline - fix tests for collections (except two weak related) are green - fix indexing tests - object serialization tests are green except the tests for serialization of context Cheers, -- Pavel
Getting the serialization working is a big step, good job. If you can get MaClientServerTestCase suite debug to pass, then you should be nearly home free; the rest is mostly just high-level stuff that builds on that so the rest of the port should go fairly smoothly. Wow. On Mon, Jan 22, 2018 at 2:47 AM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,
- continuing on Ring 2 integration - work on Magma port to Pharo. It's very far from being in a usable state but some progress has been done: - make packages from the version 1.6-tests loadable, baseline - fix tests for collections (except two weak related) are green - fix indexing tests - object serialization tests are green except the tests for serialization of context
Cheers, -- Pavel
wow pavel! Thanks for your changelog! Stef On Mon, Jan 22, 2018 at 9:54 PM, Chris Muller <asqueaker@gmail.com> wrote:
Getting the serialization working is a big step, good job.
If you can get
MaClientServerTestCase suite debug
to pass, then you should be nearly home free; the rest is mostly just high-level stuff that builds on that so the rest of the port should go fairly smoothly. Wow.
On Mon, Jan 22, 2018 at 2:47 AM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,
- continuing on Ring 2 integration - work on Magma port to Pharo. It's very far from being in a usable state but some progress has been done: - make packages from the version 1.6-tests loadable, baseline - fix tests for collections (except two weak related) are green - fix indexing tests - object serialization tests are green except the tests for serialization of context
Cheers, -- Pavel
participants (3)
-
Chris Muller -
Pavel Krivanek -
Stephane Ducasse