Seaside icon indicating copy to clipboard operation
Seaside copied to clipboard

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

Open tcj opened this issue 2 years ago • 1 comments

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...

tcj avatar Jun 05 '22 00:06 tcj

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

theseion avatar Jun 06 '22 06:06 theseion