On Mon, Jul 07, 2008 at 10:41:45AM +0800, bill yan wrote:
> Just a general question, Are Ocaml and lablgtk interfaces committed? I
> mean whether Ocaml and lablgtk interfaces(command and library) always
> backward compatible? Thanks a lot.

Not precisely sure what you mean by 'committed', but the answer is no.
OCaml has no binary compatibility at all between compiler releases,
not even between point releases.  Lablgtk2 is even worse - there is no
_source_ compatibility either, and in practice it often breaks
requiring bothersome conditional compilation if you want your code to
compile with multiple versions of lablgtk2.

For this reason, Fedora freezes OCaml & lablgtk versions every six
months and avoids upgrading them in old releases.  We wouldn't upgrade
them unless there was some absolutely unavoidable security problem or
similar emergency.

Rich.

-- 
Richard Jones
Red Hat

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to