Re: [Chicken-users] Compile time modules query

2014-10-27 Thread Peter Bex
On Mon, Oct 27, 2014 at 03:02:12PM +1100, James Baker wrote: Hey Folks, Have been toying around with Chicken lately and just started learning the module system which seems really nice to use so far. Just have one question which is probably obvious but I'm not seeing how to do it. Hello

Re: [Chicken-users] Compile time modules query

2014-10-27 Thread James Baker
Modules do not exist after compilation. However, you can extract the module definitions into a module import file (via the -j or -J switch for csc) and load that through (import foo). This may be a little unfortunate as it makes module-environment less useful, and you will have to split up

Re: [Chicken-users] OpenSSL egg option defaults poll

2014-10-27 Thread Andy Bennett
Hi, Thanks for this Thomas! I'd be glad if some of you could test this out and tell me what you think about it :-) Can you give some tips for how to test this from a spiffy applications? I usually just pass in ssl-accept instead of tcp-accept. Regards, @ndy -- andy...@ashurst.eu.org

Re: [Chicken-users] OpenSSL egg option defaults poll

2014-10-27 Thread Thomas Chust
On Mon, 27 Oct 2014, Andy Bennett wrote: [...] I'd be glad if some of you could test this out and tell me what you think about it :-) Can you give some tips for how to test this from a spiffy applications? I usually just pass in ssl-accept instead of tcp-accept. [...] Hello, actually I