[Chicken-users] Missing file-type in posix import

2013-04-24 Thread J Altfas
When I was trying to use (file-type ...) in a compiled module, it was a big surprise when csc instantly ground to a halt, issuing an error saying file-type was an unknown identifier. (And no, I didn't forgot to put (import posix) in the module.) It was especially puzzling since (file-type )

Re: [Chicken-users] Missing file-type in posix import

2013-04-24 Thread Christian Kellermann
Hi Jules, * J Altfas p...@bmedctr.com [130424 08:52]: When I was trying to use (file-type ...) in a compiled module, it was a big surprise when csc instantly ground to a halt, issuing an error saying file-type was an unknown identifier. (And no, I didn't forgot to put (import posix) in the

Re: [Chicken-users] Missing file-type in posix import

2013-04-24 Thread Jim Ursetto
I also pushed this to stability. Thanks. Jim On Apr 24, 2013, at 2:40 AM, Christian Kellermann wrote: Hi Jules, * J Altfas p...@bmedctr.com [130424 08:52]: When I was trying to use (file-type ...) in a compiled module, it was a big surprise when csc instantly ground to a halt, issuing an