On Mar 30, 2012, at 4:19 PM, Nick Ager wrote:
Trying the soon to be released 3.0.7:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load.
(ConfigurationOfSeaside30 project version: '3.0.7') load: 'OneClick'.
I see the following issues during loading:
RBAddMethodChange>>printOn: (RBPlatform is Undeclared) RBCommentChange>>primitiveExecute (RBPlatform is Undeclared) RBCommentChange>>printOn: (RBPlatform is Undeclared)
RB is not part of 1.4
OBDefinition>>doItReceiver (FakeClassPool is Undeclared)
FakeClassPool was removed because it is not needed. It was already Deprecated in 1.3 http://code.google.com/p/pharo/issues/detail?id=3704 (March 1, 2011)
WAScreenshot>>toggleUIProcess (Project is Undeclared) WAScreenshot>>toggleUIProcess (Project is Undeclared) WAScreenshot>>toggleUIProcess (Project is Undeclared) WAScreenshot>>toggleUIText (Project is Undeclared)
Project was removed (it was already nearly empty in 1.3, the only removed earlier was that it was a bit tricky moving the state to UIManager) We could add this to Deprecated14 or Compatibility, even (as an empty class?)
Evaluated -> Seaside-Core >> seaside304DoIts
?
Form>>writerForMimeType: (PCXReadWriter is Undeclared)
PCXReadWriter was removed (nobody uses that anymore, it's a very very old graphics format: ). This was already moved to Deprecated13 (but we did not deprecate all the methods) http://code.google.com/p/pharo/issues/detail?id=4072 Do we really need this? Marcus -- Marcus Denker -- http://marcusdenker.de