"Richard W.M. Jones" <rjones(a)redhat.com> writes:
John,
This was my attempt to add symbol versioning to the library,
letting us break ABI without breaking any existing callers.
Unfortunately it doesn't work:
- the new versioned symbols are marked local in libguestfs.so
- the existing symbols should now have @GUESTFS_0.0 versions,
but don't
The documentation for this stuff is extremely thin, and I've
got a bad case of influenza at the moment.
Rich.
Thanks for posting this. After skimming this I decided I needed a crash
course on OCaml, so I spent the majority of today doing just that. I
think I've wrapped my head around it well enough (past elisp experience
helped!) and I'll be looking at this with a slightly more educated eye
in the morning.
Good luck fighting the influenza, and hope you feel better!