[kamaelia-list] Re: Submitting my own console writer for review.

2009-03-02 Thread Matt Hammond
On Mon, 02 Mar 2009 06:30:09 -, Steve unetright.thebas...@xoxy.net wrote: 7) No line continuation \ is needed inside a multiline comment . You are correct - it is not necessary - but it helps with the parsing done for the automatically generated component reference documentation on

[kamaelia-list] Re: Submitting my own console writer for review.

2009-03-02 Thread Gloria W
This helped tremendously, thank you! Gloria Gloria, I'm very new to Kamaelia, but I'm going to take a stab at this: 1) If you don't inherit from threadedcomponent then your component's main function needs to be a generator. Generators use yield statements to temporarily suspend execution

[kamaelia-list] Re: Submitting my own console writer for review.

2009-03-01 Thread Steve
Gloria, I'm very new to Kamaelia, but I'm going to take a stab at this: 1) If you don't inherit from threadedcomponent then your component's main function needs to be a generator. Generators use yield statements to temporarily suspend execution and send a value back to the calling context.