[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Make chicken-home consider CHICKEN_INSTALL
From: |
Evan Hanson |
Subject: |
Re: [Chicken-hackers] [PATCH] Make chicken-home consider CHICKEN_INSTALL_PREFIX |
Date: |
Mon, 27 May 2019 22:22:56 +1200 |
Hi folks,
I had a look at this one, and it seems OK to me (it's certainly correct
in concept, as this procedure should match whatever egg-compile.scm
does) and tests fine on Linux. But, I'm not convinced the conditional
path separator behaviour for Windows is necessary -- I think we can just
use "/" in all cases.
I'll have a go testing it on Windows later this week unless someone
beats me to it (or unless you're sure the special path separator logic
is necessary?).
Best,
Evan