Re: [Chicken-hackers] [PATCH] Use current environment in code walkers, causing "import" to be lexically scoped (fixes the remainder of #1437)

2018-04-28 Thread felix . winkelmann
> While figuring out what was causing the remaining issue in #1437, I found > out that a proper fix would be to change the code walker to always > dereference ##sys#current-environment for every lookup. Attached is a > pretty large, but straightforward patch to do this. Pushed. felix

[Chicken-hackers] [PATCH] Use current environment in code walkers, causing "import" to be lexically scoped (fixes the remainder of #1437)

2018-04-28 Thread Peter Bex
Hi all, While figuring out what was causing the remaining issue in #1437, I found out that a proper fix would be to change the code walker to always dereference ##sys#current-environment for every lookup. Attached is a pretty large, but straightforward patch to do this. The patch basically drops