Absolute paths work. But this is really unsatisfactory IMO. I develop code in
modules and do so in many directories. It would be quite painful to just use
absolute paths.
I don't see what the big security thread is. If really a problem, why does
guile allow relative paths?
For comparison,
Matt Wette skribis:
> 1) I found that this problem persists across restarts of guile. I have been
> debugging a module in current dir and I am seeing the path extend an extra
> "./" every time I type ",reload (lalr1).
>
> 2) My environment includes
>GUILE_LOAD_PATH=.:/Users/mwette/opt/guil
Hi,
Sorry for the long delay.
Chaos Eternal skribis:
> Proposals to solve this bug:
>
> Proposal 1.
>
> Adding a keyword argument to pointer->procedure, if set to true, the
> generated wrapper will check 'errno' immediately after ffi_call and
> return the errno as second value.
>
> the proposed