Re: allow overriding of GUILE_AUTO_COMPILE (issue 579270043 by hanw...@gmail.com)

2020-02-13 Thread hanwenn
commit d7509a50fea49609511962a3f2e061a1e2ed819c Author: Han-Wen Nienhuys Date: Wed Jan 29 17:19:27 2020 +0100 Issue 5717: allow overriding of GUILE_AUTO_COMPILE https://codereview.appspot.com/579270043/

Re: allow overriding of GUILE_AUTO_COMPILE (issue 579270043 by hanw...@gmail.com)

2020-01-31 Thread hanwenn
https://codereview.appspot.com/579270043/diff/579270044/lily/main.cc File lily/main.cc (right): https://codereview.appspot.com/579270043/diff/579270044/lily/main.cc#newcode760 lily/main.cc:760: sane_putenv("GUILE_AUTO_COMPILE", "1", false); // disable auto-compile On 2020/01/31 19:43:34, thomas

Re: allow overriding of GUILE_AUTO_COMPILE (issue 579270043 by hanw...@gmail.com)

2020-01-31 Thread thomasmorley65
https://codereview.appspot.com/579270043/diff/579270044/lily/main.cc File lily/main.cc (right): https://codereview.appspot.com/579270043/diff/579270044/lily/main.cc#newcode760 lily/main.cc:760: sane_putenv("GUILE_AUTO_COMPILE", "1", false); // disable auto-compile Shouldn't the comment be chang