SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
516 stars 71 forks source link

Warning re: `ContextPart` when loading `Seaside-Squeak-Continuation` in Squeak6.0beta #1315

Open tcj opened 2 years ago

tcj commented 2 years ago

Related to retirement of BlockContext family in Squeak 6.0.

This package depends on the following classes:
  ContextPart
You must resolve these dependencies before you will be able to load these definitions: 
  ContextPart>>localAt:
  ContextPart>>localAt:put:
  ContextPart>>localSize
  ContextPart>>serialiseOn:

Will this require some re-implementation of continuations for Squeak 6.0? 😬 & then some adjustments to BaselineOf spec for Squeak 6.0...

theseion commented 2 years ago

Seaside has been working in Pharo without BlockContext and ContextPart for a while already. Updating Squeak shouldn't be a huge issue.