On Mon, Mar 16, 2009 at 9:58 AM, Torsten Schoenfeld
<kaffeetisch gmx de> wrote:
Emmanuel Rodriguez wrote:
I finally released to CPAN the first release of libchamplain's bindings
(Download here
http://search.cpan.org/perldoc?Champlain). Libchamplain
consists of a Clutter actor (a canvas) that supports numerous free map
A few other things that caught my eye:
• gperl_croak_gerror ignores its first argument (for historical reasons), so the convention is to simply pass in NULL.
I'm taking note.
• You have no tests. libchamplain's API appears to be very well designed, so the wrappers are mostly trivial. But still, writing good bindings "blindly", i.e. without tests, is error-prone.