[squeak-dev] Squeak 4.6 release candidate

David T. Lewis lewis at mail.msen.com
Sat Jul 4 15:55:07 UTC 2015


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?

Dave
 


More information about the Squeak-dev mailing list