[pypy-commit] lang-smalltalk storage-interpreter-refactoring:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-interpreter-refactoring Changeset: r998:63c0ad701980 Date: 2014-07-27 12:21 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/63c0ad701980/ Log: ___ pypy-commit mailing list pypy-commit@python.org https:

[pypy-commit] lang-smalltalk storage-interpreter-refactoring: Intermediate commit.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-interpreter-refactoring Changeset: r948:3d889c32a173 Date: 2014-07-25 08:55 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3d889c32a173/ Log:Intermediate commit. Added message to all SmalltalkExceptions, catching and printing at toplevel

[pypy-commit] lang-smalltalk storage-interpreter-refactoring: Finished refactoring. Tests green and compiling.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-interpreter-refactoring Changeset: r950:1551fe558ac2 Date: 2014-07-25 09:05 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/1551fe558ac2/ Log:Finished refactoring. Tests green and compiling. diff --git a/spyvm/interpreter_bytecodes.py b/spyvm/in

[pypy-commit] lang-smalltalk storage-interpreter-refactoring: Updated test.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-interpreter-refactoring Changeset: r949:b18685474409 Date: 2014-07-23 15:30 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/b18685474409/ Log:Updated test. diff --git a/spyvm/test/test_model.py b/spyvm/test/test_model.py --- a/spyvm/test/test_mo