Re: [Newbies] Flushing Squeak Cache

2008-07-08 Thread Marcin Tustin
I encountered a similar problem a few days ago, and asked about it. Discussion, but no particular answer was forthcoming, probably because I included the work around, which is: ClassName compileAll On 7/8/08, Dirk Leas <[EMAIL PROTECTED]> wrote: > > I'm running latest Squeak on OS X. I in the be

Re: [Newbies] Flushing Squeak Cache

2008-07-08 Thread Matthew Fulmer
On Tue, Jul 08, 2008 at 05:42:13PM -0400, Dirk Leas wrote: >I'm running latest Squeak on OS X. I in the beginning of Section 2 of the >laser game walk through and I forgot to add the class method to >GridDirection. I run the test cases including my new GridDirectionTestCase >and it

Re: [Newbies] Flushing Squeak Cache

2008-07-08 Thread Dirk Leas
I'm running latest Squeak on OS X. I in the beginning of Section 2 of the laser game walk through and I forgot to add the class method to GridDirection. I run the test cases including my new GridDirectionTestCase and it of course fails as it doesn't know what the symbol is. I go back and add it (br

Re: [Newbies] Flushing Squeak Cache

2008-07-08 Thread Matthew Fulmer
On Tue, Jul 08, 2008 at 05:21:01PM -0400, Dirk Leas wrote: >I'm enjoying my stroll through the laser game walk through, but find the >VM caching scheme getting in the way with my test driven development (you >know, hack w/t regard, fix typos, test again ;-)). How do I flush it? I have

[Newbies] Flushing Squeak Cache

2008-07-08 Thread Dirk Leas
I'm enjoying my stroll through the laser game walk through, but find the VM caching scheme getting in the way with my test driven development (you know, hack w/t regard, fix typos, test again ;-)). How do I flush it? TIA, D ___ Beginners mailing list Beg