From oscar at iam.unibe.ch Fri Jan 4 14:52:27 2008 From: oscar at iam.unibe.ch (Oscar Nierstrasz) Date: Fri, 4 Jan 2008 14:52:27 +0100 Subject: [sbe-discussion] Re: SUnit figure replacement In-Reply-To: <20071228112517.GA604@cendre> References: <20071228112517.GA604@cendre> Message-ID: Thanks Martial! - on On Dec 28, 2007, at 12:25, Martial Boniou wrote: > Hi, > > In Book/SUnit/figures/sunit-scenario, I noticed an ugly > superposition of > the method text layer above the arrows. I fixed that for the > FrenchBook. > You could replace it: (I don't do this coz I'm not official > maintainer) > > $ cp FrenchBook/SUnit/figures/sunit-scenario.graffle > FrenchBook/SUnit/figures/sunit-scenario.pdf Book/SUnit/figures/ > > (of course, this can be done directly with svn) > > Cheers, > > -- > Martial > > _______________________________________________ > Sbe-discussion mailing list > Sbe-discussion at iam.unibe.ch > https://www.iam.unibe.ch/mailman/listinfo/sbe-discussion From laurentsebag at free.fr Sun Jan 13 13:07:57 2008 From: laurentsebag at free.fr (Laurent Sebag) Date: Sun, 13 Jan 2008 13:07:57 +0100 Subject: [sbe-discussion] Errors in the book Message-ID: <4789FF1D.30907@free.fr> Hi, I've downloaded the book via svn today and I've found 2 errors : p40 method 2.6: SBEGame>>newCellAt: I had to append ^c to the listing so it avoids a bug when clicking on a cell. (I'm a beginner in smalltalk so it may be wrong :-[ , I may have forgot something) p38 line-5: "that that" must be "that" Thank you so much for this book ! Laurent From stephane.ducasse at free.fr Sun Jan 13 13:28:48 2008 From: stephane.ducasse at free.fr (stephane ducasse) Date: Sun, 13 Jan 2008 13:28:48 +0100 Subject: [sbe-discussion] Re: Errors in the book In-Reply-To: <4789FF1D.30907@free.fr> References: <4789FF1D.30907@free.fr> Message-ID: <6F980853-1859-4194-AAFB-7499C6A6497A@free.fr> Thanks for your feedback. Have fun and do not hesitate to ask questions the squeak mailing-lists. Stef On Jan 13, 2008, at 1:07 PM, Laurent Sebag wrote: > Hi, > > I've downloaded the book via svn today and I've found 2 errors : > > p40 method 2.6: SBEGame>>newCellAt: I had to append ^c to the > listing > so it avoids a bug when clicking on a cell. (I'm a beginner in > smalltalk > so it may be wrong :-[ , I may have forgot something) > p38 line-5: "that that" must be "that" > > Thank you so much for this book ! > > Laurent > _______________________________________________ > Sbe-discussion mailing list > Sbe-discussion at iam.unibe.ch > https://www.iam.unibe.ch/mailman/listinfo/sbe-discussion > From black at cs.pdx.edu Sun Jan 13 21:59:43 2008 From: black at cs.pdx.edu (Andrew P. Black) Date: Sun, 13 Jan 2008 12:59:43 -0800 Subject: [sbe-discussion] Re: Errors in the book In-Reply-To: <4789FF1D.30907@free.fr> References: <4789FF1D.30907@free.fr> Message-ID: <834348E8-88DF-4435-A5BC-384B4D506920@cs.pdx.edu> On 13 Jan 2008, at 4:07, Laurent Sebag wrote: > Hi, > > I've downloaded the book via svn today and I've found 2 errors : > > p40 method 2.6: SBEGame>>newCellAt: I had to append ^c to the > listing > so it avoids a bug when clicking on a cell. That one is actually a deliberate bug. It is there so that we can demonstrate the debugger. The corrected code is on page 45. The "that that" bug on p 38 is new; it's now in the errata list, and fixed in the subversion repository. The errata list is available on squeakbyexample.org, so if you find bugs that there not there, please continue to let us know. As St?phan says, if you get stuck, the mailing list is a great resource. Andrew