theseion / Fuel

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

[Pharo12] Huge cleanup of the compiler and compiler API #273

Closed MarcusDenker closed 7 months ago

MarcusDenker commented 1 year ago

We are cleaning the compiler and the compilation APIs in Pharo12.

Backward compatibility is explicitly not a goal, as compatibility was the reason for the mess that we had...

We are doing the changes in Pharo12 and change the Fuel version there are needed.

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.

stale[bot] commented 11 months 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.

tinchodias commented 11 months ago

I wonder if maybe the new way to do it in FLPharo12Platform, and the old code in the other FLPlatform (tests already use FLPlatform current to create anonymous classes, traits, etc.).

theseion commented 10 months ago

@tinchodias, we already kicked out Fuel-Platform. I've decided that for Pharo 12+ it is not worth investing the required amount of work to ensure compatibility.

stale[bot] commented 8 months 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 7 months ago

Closing this issue. Those changes are already in progress and I'm actively backporting and updating.