[Chicken-users] repository cleanup

2008-02-24 Thread Felix Winkelmann
Hi! The toplevel eggs have now been moved into the release/2 directory. The post-commit code has been updated and seems to be running. I've seen that there have been some commits during the time of the reorganization. These commits have not resulted in egg updating, as the automatic post commit

[Chicken-users] nondescript eggs

2008-02-24 Thread Felix Winkelmann
Hello! The following eggs have currently no .meta file and seem to be in a state of flux, or have not been implemented yet (but are registered in the repository: * binary-tree/ * dns/ * filesystem/ * gl-display-glx/ * gl-font/ * libapreq-mfd-parser/ * meroonet/ *

Re: [Chicken-users] two procedures looking for a good home

2008-02-24 Thread Alejandro Forero Cuervo
If redundancy were a reason for deleting egg functionality, we have about seven object systems to get rid of. ;-) Ah, but if you pick any two of those, they will have their differences! In this case, however, *absolutely* all usages of the new code are supported by the old one and it is

Re: [Chicken-users] two procedures looking for a good home

2008-02-24 Thread Graham Fawcett
On Sun, Feb 24, 2008 at 1:16 PM, Alejandro Forero Cuervo [EMAIL PROTECTED] wrote: If redundancy were a reason for deleting egg functionality, we have about seven object systems to get rid of. ;-) Ah, but if you pick any two of those, they will have their differences! In this case,

Re: [Chicken-users] C_truep( C_fixnump( w ))

2008-02-24 Thread Heinrich Taube
hmmm it has nothing to do with the C_truep( C_fixnump( w )) test -- even if the else clause is empty it still crashes if the data are NOT floats. im sure this must be something stupid but i dont understand why it crashes if its not float data # #include Csound.h void cs_event (int type,

Re: [Chicken-users] C_truep( C_fixnump( w ))

2008-02-24 Thread Jim Ursetto
On 2/24/08, Heinrich Taube [EMAIL PROTECTED] wrote: im sure this must be something stupid but i dont understand why it crashes if its not float data C_word w = C_u_i_car( lyst ); if (C_truep( C_flonump( w ) )) { Heinrich, Try if (C_truep(C_blockp(w)) C_truep(C_flonump(w))) {...} and see

Re: [Chicken-users] two procedures looking for a good home

2008-02-24 Thread Alejandro Forero Cuervo
No worries, I was just joking. :-) I agree, the redundancy is pointless. It's pointless, I say. Ahh, hahahahah, I thought you were serious. Sowwy. I'd like to add a (sort/decorated lst cmp key) proc to your orders egg, that calculates the key values only once; this can be more efficient

Re: [Chicken-users] two procedures looking for a good home

2008-02-24 Thread Graham Fawcett
On Sun, Feb 24, 2008 at 1:55 PM, Alejandro Forero Cuervo [EMAIL PROTECTED] wrote: I'd like to add a (sort/decorated lst cmp key) proc to your orders egg, that calculates the key values only once; this can be more efficient than (sort ... (cmp-key ...)) for cases where key generation is

Re: [Chicken-users] nondescript eggs

2008-02-24 Thread Ozzi
Guilty. I've committed my statvfs and filesystem eggs. Whatever svn-fu I may have once had is rusty. Can I just svn mv them into releases/3? Not sure I even have permissions for that... WHAT DO I DO NOW?!?? :-) (sorry for the dupe Felix, forgot to hit Reply All the first time) Felix

[Chicken-users] Re: Origin of 'chicken' scheme.

2008-02-24 Thread Martin Bishop
I went ahead and added the reply that felix gave in that older post to the FAQ page. http://chicken.wiki.br/faq#why-call-it-chicken ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] process-wait on pid returned by process

2008-02-24 Thread felix winkelmann
On Sun, Feb 24, 2008 at 7:10 PM, Alejandro Forero Cuervo [EMAIL PROTECTED] wrote: Are these both close-output-port? (I guess this is a typo) Oops, yes, sorry, that was a typo in my example. Though, hmm, shouldn't Chicken throw an error in that case? Yeah, it should. closing both

Re: [Chicken-users] nondescript eggs

2008-02-24 Thread felix winkelmann
On Mon, Feb 25, 2008 at 12:28 AM, Ozzi [EMAIL PROTECTED] wrote: Guilty. I've committed my statvfs and filesystem eggs. Whatever svn-fu I may have once had is rusty. Can I just svn mv them into releases/3? Not sure I even have permissions for that... WHAT DO I DO NOW?!?? :-) i'll