[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Move some global variables from "chicken"
From: |
Evan Hanson |
Subject: |
Re: [Chicken-hackers] [PATCH] Move some global variables from "chicken" into modules |
Date: |
Wed, 22 Nov 2017 21:55:09 +0000 |
Hi Peter,
I've applied this, thanks.
To be honest that process-context module seems like a weird sort of beast at
this point, mostly due to all the uid/gid stuff. I wonder if we should stick
that in a "posix" module underneath it, like we have done with "chicken.time".
Then you wouldn't have to pull posix in just to access argv, for exapmle.
Thoughts?
Evan