Re: [gobolinux-devel] New Freshen stream

2008-01-13 Thread Michael Homer
On Jan 14, 2008 12:01 PM, André Detsch <[EMAIL PROTECTED]> wrote: > On Jan 13, 2008 4:31 AM, Michael Homer <[EMAIL PROTECTED]> wrote: > > (more minimal than I expected). With the CheckDependencies in the > > latest Scripts release, that works*; with the CVS version, I get this: > > ('Facile', None,

Re: [gobolinux-devel] New Freshen stream

2008-01-13 Thread André Detsch
On Jan 13, 2008 4:31 AM, Michael Homer <[EMAIL PROTECTED]> wrote: > (more minimal than I expected). With the CheckDependencies in the > latest Scripts release, that works*; with the CVS version, I get this: > ('Facile', None, '', None, 'NO_PROGRAM') > ('OCaml', None, '', None, 'NO_PROGRAM') > ('Qt'

Re: [gobolinux-devel] New Freshen stream

2008-01-12 Thread Michael Homer
On Jan 6, 2008 7:08 PM, Michael Homer <[EMAIL PROTECTED]> wrote: > Hi, > As mentioned in the dev meeting, I'm redoing Freshen in Python so it > can use the system code as much as possible. Following up on this, here's a minimal test case for some behaviour I don't understand: from CheckDependencies

Re: [gobolinux-devel] New Freshen stream

2008-01-11 Thread André Detsch
On Jan 9, 2008 1:04 AM, Carlo J. Calica <[EMAIL PROTECTED]> wrote: > > On Jan 8, 2008, at 4:09 PM, "André Detsch" <[EMAIL PROTECTED]> > > Anyway, i think it would be good for us to discuss aspects of the code > > in IRC. I can then explain you better whats going on there, and we can > > discuss imp

Re: [gobolinux-devel] New Freshen stream

2008-01-08 Thread Carlo J. Calica
On Jan 8, 2008, at 4:09 PM, "André Detsch" <[EMAIL PROTECTED]> wrote: > On Jan 6, 2008 4:08 AM, Michael Homer <[EMAIL PROTECTED]> wrote: >> Hi, >> As mentioned in the dev meeting, I'm redoing Freshen in Python so it >> can use the system code as much as possible. I have an early draft >> writte

Re: [gobolinux-devel] New Freshen stream

2008-01-08 Thread Michael Homer
On Jan 9, 2008 1:09 PM, André Detsch <[EMAIL PROTECTED]> wrote: > On Jan 6, 2008 4:08 AM, Michael Homer <[EMAIL PROTECTED]> wrote: > > Hi, > > As mentioned in the dev meeting, I'm redoing Freshen in Python so it > > can use the system code as much as possible. I have an early draft > > written (get

Re: [gobolinux-devel] New Freshen stream

2008-01-08 Thread André Detsch
On Jan 6, 2008 4:08 AM, Michael Homer <[EMAIL PROTECTED]> wrote: > Hi, > As mentioned in the dev meeting, I'm redoing Freshen in Python so it > can use the system code as much as possible. I have an early draft > written (gets list of programs, orders and outputs them) that I've > checked in, but I

[gobolinux-devel] New Freshen stream

2008-01-05 Thread Michael Homer
Hi, As mentioned in the dev meeting, I'm redoing Freshen in Python so it can use the system code as much as possible. I have an early draft written (gets list of programs, orders and outputs them) that I've checked in, but I'm not sure I'm doing everything the right way - in particular, calling Che