theseion / Fuel

Fuel, the Smalltalk object serializer
https://theseion.github.io/Fuel
MIT License
26 stars 12 forks source link

FLPlatform class>>#removeModifications is dead code #271

Closed MarcusDenker closed 1 year ago

MarcusDenker commented 1 year ago

We are working on a huge cleanup in Pharo12 to improve how packages are modelled.

Backward compatibility will not be the main goal of that improvement.

With the "Same code base for all version on Pharo" philosophy, this will be a true challenge to do for Fuel to follow this change while being loadable in old versions.

We are doing the changes in Pharo12, changing Fuel as we go along as everything else would make this change impossible.

This PR: https://github.com/pharo-project/pharo/pull/13259

removes

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will remain open but will probably not come into focus. If you still think this should receive some attention, leave a comment. Thank you for your contributions.

theseion commented 1 year ago

Done.

theseion commented 1 year ago

In https://github.com/pharo-project/pharo/pull/14132