[squeak-dev] Squeak 4.6 release candidate

David T. Lewis lewis at mail.msen.com
Sun Jul 5 20:38:11 UTC 2015


On Sat, Jul 04, 2015 at 11:55:07AM -0400, David T. Lewis wrote:
> On Thu, Jul 02, 2015 at 02:26:23PM -0500, Chris Muller wrote:
> > We have a release candidate image.
> > 
> >   http://ftp.squeak.org/4.6/
> > 
> > The new sources file is required.
> > 
> > Please test your apps.  This could be the final image unless major
> > issues are uncovered.
> >
> 
> When loading OSProcess from SqueakMap, I get an error in
> SMSimpleInstaller>>fileIntoChangeSetNamed:fromStream: due to
> 
>    SystemVersion current highestUpdate ==> 10
> 
> The SqueakMap loader is doing this:
> 
>   oldChanges := (SystemVersion current highestUpdate < 5302)
>     ifFalse: [global := ChangeSet. ChangeSet current]
>     ifTrue: [global := Smalltalk. Smalltalk changes].
> 
> Is the highestUpdate set wrong in the release candidate, or is this
> something that needs to be fixed in the squeakmap loader?

To follow up on this, the problem was caused by an error in my
earlier refactoring of MCMcmUpdater, and is fixed now in
MonticelloConfigurations-dtl.135 in trunk and in squeak46.

Dave
  


More information about the Squeak-dev mailing list