The Inbox: Monticello-bf.383.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Monticello-bf.383.mcz

commits-2
A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-bf.383.mcz

==================== Summary ====================

Name: Monticello-bf.383
Author: bf
Time: 19 March 2010, 12:39:11.39 pm
UUID: b8b811d1-75e5-4aed-ab4c-04b250e3e773
Ancestors: Monticello-ar.382

When clicking in MC's package list, the selected package would scroll to the top, annoyingly. Fixed.

==== ERROR ===

FileDoesNotExistException: '/home/squeaksource/ss/inbox/Monticello-ar.382.mcz'

19 March 2010 11:39:18.805 am

VM: unix - a SmalltalkImage
Image: Squeak3.11alpha [latest update: #8824]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /home/squeaksource
Trusted Dir /home/squeaksource/secure
Untrusted Dir /home/squeaksource/My Squeak

MultiByteFileStream class(StandardFileStream class)>>readOnlyFileNamed:
        Receiver: MultiByteFileStream
        Arguments and temporary variables:
                fileName: '/home/squeaksource/ss/inbox/Monticello-ar.382.mcz'
                fullName: '/home/squeaksource/ss/inbox/Monticello-ar.382.mcz'
                f: nil
        Receiver's instance variables:
                superclass: StandardFileStream
                methodDict: a MethodDictionary(#accepts:->(MultiByteFileStream>>#accepts: "a Co...etc...
                format: 152
                instanceVariables: #('converter' 'lineEndConvention' 'wantsLineEndConversion')
                organization: ('accessing' ascii binary converter converter: fileInEncodingName...etc...
                subclasses: nil
                name: #MultiByteFileStream
                classPool: a Dictionary(#Cr->Character cr #CrLf->'
' #Lf->Character lf #LineEn...etc...
                sharedPools: nil
                environment: Smalltalk "a SystemDictionary with lots of globals"
                category: #'Multilingual-TextConversion'

UnixFileDirectory(FileDirectory)>>readOnlyFileNamed:
        Receiver: UnixFileDirectory on '/home/squeaksource/ss/inbox'
        Arguments and temporary variables:
                localFileName: 'Monticello-ar.382.mcz'
        Receiver's instance variables:
                pathName: FilePath('/home/squeaksource/ss/inbox')

SSFilesystem>>loadFile:from:
        Receiver: a SSFilesystem
        Arguments and temporary variables:
                aFilename: 'Monticello-ar.382.mcz'
                aProject: The Inbox
                stream: nil
        Receiver's instance variables:
a SSFilesystem

SSFilesystem>>loadMonticello:from:
        Receiver: a SSFilesystem
        Arguments and temporary variables:
                aVersion: a SSVersion
                aProject: The Inbox
        Receiver's instance variables:
a SSFilesystem


--- The full stack ---
MultiByteFileStream class(StandardFileStream class)>>readOnlyFileNamed:
UnixFileDirectory(FileDirectory)>>readOnlyFileNamed:
SSFilesystem>>loadFile:from:
SSFilesystem>>loadMonticello:from:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SSVersion>>reader:
[] in SSDiffyTextWriter>>writeVersion:for:
BlockClosure>>on:do:
SSDiffyTextWriter>>writeVersion:for:
SSEMailSubscription>>versionAdded:to:
[] in [] in SSProject>>versionAdded:
[] in BlockClosure>>newProcess

Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Monticello-bf.383.mcz

Bert Freudenberg
On 19.03.2010, at 11:39, [hidden email] wrote:
>
> A new version of Monticello was added to project The Inbox:
> http://source.squeak.org/inbox/Monticello-bf.383.mcz
>
> When clicking in MC's package list, the selected package would scroll to the top, annoyingly. Fixed.
>
> ==== ERROR ===
>
> FileDoesNotExistException: '/home/squeaksource/ss/inbox/Monticello-ar.382.mcz'

Please ignore. I'm trying to make commit diffs to the inbox work. Should have used my private email until it works.

Good news is it *did* find the parent version in trunk for diffing, it just tried to load it from the wrong repo ...

Stay tuned.

- Bert -