roxen.lists.pike.general

Subject Author Date
Re: cmod / c glueing Martin Stjernholm <mast[at]lysator[dot]liu[dot]se> 14-01-2009
Marc Dirix <<marc[at]electronics-design.nl>> wrote:

> Which module do you recommend to review alongside the implementation?

Look at some of the more recent modules in the pike source (the old
ones can contain confusing and now irrelevant junk). I've heard
src/post_modules/Bz2 should be a good example.

Another one is src/post_modules/GSSAPI. I've written it myself, so I'm
probably partial on it, but I think it's a good moderately complex
example (shows e.g. how to throw typed errors with extra error info).
At least I can say that I didn't do any cut'n'paste, which people tend
to do that brings in old garbage that really isn't useful anymore. It
exists in 7.8 and in newer 7.4 builds, but (a bit oddly) not in 7.6.