Telepharo Pharo 7 deprecation
Hi, With Marcus I'm debugging Telepharo to Pharo 9 and there are some methods deprecated. For example: https://github.com/oliveiraallex/TostSerializer/commit/5e0554438c8ebd9fb38c8... https://github.com/oliveiraallex/TelePharo/commit/5ba2a1040eae7f340e2d610ce8... 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
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/5e0554438c8ebd9fb38c8...
https://github.com/oliveiraallex/TelePharo/commit/5ba2a1040eae7f340e2d610ce8...
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
participants (2)
-
Allex Oliveira -
Denis Kudriashov