Bump :)
I've been working last week a bit on the internet plugin to fetch some system proxy configuration in unix. Since - the plugin is external - it loads gconf libraries using dlopen, so the libraries are not needed during compilation nor running - if gconf library is not found, looks at the http-proxy and ftp-proxy env vars. It should break nothing :P But I'm not an expert :/. What do you think? Is it worth of integration? Guille On Mon, Apr 9, 2012 at 4:38 PM, Guillermo Polito <[hidden email]> wrote: ok, _______________________________________________ VM-beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners |
On Sun, Apr 15, 2012 at 2:37 PM, Guillermo Polito <[hidden email]> wrote: Bump :) Another option is to write this using FFI, but then I'm not so sure what should be part of the core and what not. I.e. should FFI be part of the Core?
_______________________________________________ VM-beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners |
In reply to this post by Guillermo Polito
On Apr 15, 2012, at 3:47 PM, Guillermo Polito wrote: > > Another option is to write this using FFI, but then I'm not so sure what should be part of the core and what not. I.e. should FFI be part of the Core? > Yes, it should be. Marcus -- Marcus Denker -- http://marcusdenker.de _______________________________________________ VM-beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners |
In reply to this post by Guillermo Polito
On 15.04.2012, at 06:47, Guillermo Polito wrote:
I have not looked at your code yet, but it sounds good.
Not for Squeak. A plugin is the Right Thing because it abstracts over the platform differences. And since we have the Mac plugin already it just makes sense having on the other platforms too. Thanks for working on this!
_______________________________________________ VM-beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners |
Free forum by Nabble | Edit this page |