Re: [Chicken-hackers] functor support

2018-09-10 Thread Jörg F. Wittenberger
Hi Megane, I understand that a functor in Chicken is more like a template. As you detailed it is possible to use macro expansion tricks instead of the include statement, essentially expanding the include manually. That's roughly what I'd feel chicken should do in the first place. To me as a

Re: [Chicken-hackers] [PATCH 0/3] Fix #1505 and some double quotation issues after #1515

2018-09-10 Thread felix . winkelmann
> By relocation I mean when a program is deployed into a package > repository or otherwise distributed to users. At that point, the paths > are no longer helpful since those directories won't exist. The full > paths also leak information about the build environment, which is part > of the issue

Re: [Chicken-hackers] [PATCH 0/3] Fix #1505 and some double quotation issues after #1515

2018-09-10 Thread Evan Hanson
On 2018-09-09 14:41, felix.winkelm...@bevuta.com wrote: > With eggs, the buil directory will remain, unless purged. Having an > absolute path allows me to jump directly to the offending file when I get a > backtrace. I don't see where binary relocation comes into this, different > users may be an