Open fniephaus opened 7 years ago
I don't have time to dig into this either :(
There a handful of messages added to BlockContext ... should be straightforward ...
No problem, just wanted to leave this issue here, so we don't forgot. In the meantime, I understand @codezeilen will soon re-add the classes to Squeak as part of a deprecation package. Nonetheless, we will need to update Metacello soon...
/cc @krono
Makes sense ... I'm deep into work for the upcoming 3.4 release, if or when I come up for error, Metacello will be the next thing that I tackle, since Metacello is/will be ported to the base GemStone system for 3.4 as well :)
In the meantime a trunk update has been made which reintroduces the missing classes under the 'Deprecated6.0' category.
Metacello loads fine again in the latest Squeak6.0a trunk version.
BlockContext
has been replaced inSqueak-trunk
withContext
. This breaks Metacello compatibility toSqueak-trunk
. Unfortunately, I don't have time to look into this at the moment.