Hi Allex.

I would prefer to avoid branching if possible because it requires to maintain both targets (do not forget to merge into all of them).

So until we drop pharo 7 support I would use little hack to check what method is supported��by current image. (with kind of #respondsTo:).��

����, 27 ������ 2020 ��. �� 12:09, Allex Oliveira <allex.oliveira@msn.com>:
Hi,��

With Marcus I'm debugging Telepharo to Pharo 9 and there are some methods deprecated.��

For example:

https://github.com/oliveiraallex/TostSerializer/commit/5e0554438c8ebd9fb38c8a83d57fe9e117def58b

https://github.com/oliveiraallex/TelePharo/commit/5ba2a1040eae7f340e2d610ce8e64b45c52f1788

What's the better way? Create now a Telepharo branch of pharo7 (like the branch pharo6) and continue working in it applying these commits to work in pharo8/9 in the master branch?��

Allex Oliveira