Re: [Chicken-users] bug or usage problem with posix group-information and there is no change-group?

2018-02-14 Thread Matt Welland
On Wed, 2018-02-14 at 13:44 +0100, Vasilij Schneidermann wrote: > Hello Matt, > > > > > In the repl calling group-information with the string name of a > > group > > works fine, in compiled code I get an error, expected fixnum but > > received string. I tested with Chicken 4.13 > I can reproduce

Re: [Chicken-users] bug or usage problem with posix group-information and there is no change-group?

2018-02-14 Thread Vasilij Schneidermann
Hello Matt, > In the repl calling group-information with the string name of a group > works fine, in compiled code I get an error, expected fixnum but > received string. I tested with Chicken 4.13 I can reproduce this with the test code being `(group-information "root")`. FWIW, I get a warning

[Chicken-users] bug or usage problem with posix group-information and there is no change-group?

2018-02-12 Thread Matt Welland
In the repl calling group-information with the string name of a group works fine, in compiled code I get an error, expected fixnum but received string. I tested with Chicken 4.13 Also I see a change-file-owner but no change-file-group. A change-file- group would be useful as you can change the