I am just wondering whether this is a viable way to submit patches.
I recently uploaded a couple of fixes to CFFI that enable users to completely forget about shared libraries and statically resolve symbols at compilation time -- CFFI's calls are directly translated into C ones.
This is needed for platforms such as iOS that do not allow dynamically loading shared libraries. Users have reported that the feature works fine in such environments.
More about this at the ECL mailing list: http://sourceforge.net/mailarchive/message.php?msg_id=30132113 and also in the comments in src/cffi-ecl.lisp
Juanjo
On Sat, Nov 24, 2012 at 4:48 PM, Juan Jose Garcia-Ripoll juanjose.garciaripoll@gmail.com wrote:
I am just wondering whether this is a viable way to submit patches.
Yes, it's fine. Thanks.