[Setools] Mercurial

2007-05-27 Thread Keith Hodges
Gjallar Folks, I have been struggling to commit my changes into the mercurial repsitory. I discover that this is because i dont really know how mercurial works. I found this: http://hgbook.red-bean.com/hgbook.pdf and there is a video on google video about it. cheers Keith

[Setools] Gjallar and latest seaside code submitted

2007-05-28 Thread Keith Hodges
Dear All, I am pleased to announce that the building script can now run without human intervention needed. It auto-answers any questions that packages may ask on installation. With a little help from Installer, the script has been written without any variables, so as to be easily runnable

Re: [Setools] Introduction

2007-06-09 Thread Keith Hodges
Hello All, I was dissappointed when we decided to remove images from the main gjallar repository, so I have been seeking a solution. For managing gjallar images with mercurial I have attempted to use mecurial queues but this was not really workable. Instead I have been successfully using

[Setools] Re: MagmaReadStrategies

2007-06-14 Thread Keith Hodges
RESEND slightly more recent version of previous mail Hear is an outline of my readStrategy creation/management/understanding scheme! enjoy Keith = buildReadStrategyAggressiveOn: strategy Very highly aggressive read everything unless it is gated. This analogy uses the idea

[Setools] MagmaServerRequests

2007-06-15 Thread Keith Hodges
Dear All, I have uploaded an add-on package to http://www.squeaksource.com/MagmaTester called 'Magma server requests'. This is as mentioned in a previous email to this list but it is now packaged in a generic form independent of Gjallar. to install with Installer use: Installer mc http:

[Setools] Clock Faking Test Resource

2007-06-16 Thread Keith Hodges
Dear Ralph, you asked about a clock faking test resource. A while ago I developed a ClassClonerTestResource, this allows you to take a current class which is normally a singleton that is in use, e.g. DateAndTime, and to clone it especially for testing purposes so as to be able to test the

Re: [Setools] MagmaServerRequests

2007-06-17 Thread Keith Hodges
Chris Muller wrote: I have made it fairly generic since it passes arbitrary messages, and returns any values, trapping server-side errors, it transports them back over the wire in order to signal them in the client. Ma client server does not support a dynamic protocol; only fixed which must be

[Setools] Gjallar settings contd.

2007-07-14 Thread Keith Hodges
I used a variety of settings and the autoLogin feature for debugging UI, so I thought that it would be useful to promote all the relevant settings into the ini file and Q2GjallarSettings interface. Keith = (*optional - indicates defaults supplied by Q2GjallarSettings) new iniFile

[Setools] [Fwd: Re: Hi Chris]

2007-08-08 Thread Keith Hodges
---BeginMessage--- On 8/7/07, Keith Hodges [EMAIL PROTECTED] wrote: We in the gjallar camp have been trying to get a remote server connection without success. I am using beta2. The Magma test cases run all tests across via the remote connection; hundreds of them with multiple connects

[Setools] Re: Counter in Gjallar

2007-08-22 Thread Keith Hodges
Göran Krampe wrote: Hi Chris! Hi Göran, no, I'm sorry to hear that since I spent a good 4 days on it and ended up quite pleased with the result. No need to be sorry! :) I haven't looked but IIRC from your post you implemented an RC counter a la GemStone, right? Which is quite useful

[Setools] [Ann] Logging updated

2008-12-01 Thread Keith Hodges
The logging front end to the 3 logging frameworks has been refactored and simplified. In the process it has become much more powerful. Highlights: Output Adapters, and AdapterSets: You can now easily set up as many output adapters as you like on any or all processes, each with different filters