[Newbies] MonticelloBrowser question

2008-01-10 Thread Ch Lamprecht
Hello, could anybody help me to understand, how to use MonticelloBrowser? (Working with 3.9 #7067) I read SBE and it says: The right-hand pane lists all of the source-code repositories that Monticello knows about, usually because it has loaded code from them. If you select a package in the

Re: [Newbies] MonticelloBrowser question

2008-01-10 Thread Norbert Hartl
On Thu, 2008-01-10 at 13:12 +0100, Ch Lamprecht wrote: Hello, could anybody help me to understand, how to use MonticelloBrowser? (Working with 3.9 #7067) I read SBE and it says: The right-hand pane lists all of the source-code repositories that Monticello knows about, usually because

[Newbies] Proxy objects

2008-01-10 Thread cnantais
Can someone recommend a good read on how to use proxy objects in Smalltalk? I'm trying to verify expectations about the messages that classes are receiving (as is done in rSpec, the Ruby BDD framework) and I think proxy objects may be the right pattern. Thanks, Chad -- View this message

Re: [Newbies] Proxy objects

2008-01-10 Thread Randal L. Schwartz
cnantais == cnantais [EMAIL PROTECTED] writes: cnantais Can someone recommend a good read on how to use proxy objects in cnantais Smalltalk? cnantais I'm trying to verify expectations about the messages that classes cnantais are receiving (as is done in rSpec, the Ruby BDD framework) and I

Re: [Newbies] Proxy objects

2008-01-10 Thread Michael van der Gulik
On Jan 11, 2008 12:19 PM, cnantais [EMAIL PROTECTED] wrote: Can someone recommend a good read on how to use proxy objects in Smalltalk? I'm trying to verify expectations about the messages that classes are receiving (as is done in rSpec, the Ruby BDD framework) and I think proxy objects