On Tue Dec 2, 2025 at 6:00 PM CET, Alexey Egorov via Chicken-users wrote: > > One possible solution occurred to me: what if we could have a way to > set -private-repository not only to the location of the compiled > binary, but to an arbitrary location? I tried to implement this in > form of new flag -private-repository-path, and it seems to work for my > case. >
This is interesting, give me some time to evaluate this. > All that said, I still have some questions: > 1. Isn't there some more obvious already existing way to do what I > want, which I overlooked? No, your analysis is quite correct. > 2. Doesn't the solution I devised break anything? At the first glance > it doesn't but I still can be missing something obvious Since this is enabled with a simple C macro, it doesn't look particularly disruptive to me, so it may be a viable feature to add. cheers, felix
