Date: Wed, 10 Nov 2004 12:53:37 +0100 (CET) Message-Id: <20041110.125337.71103607.andrieu at ijm.jussieu.fr> To: garrigue at math.nagoya-u.ac.jp Cc: lablgtk at kaba.or.jp Subject: Re: Bug in ml_g_io_add_watch From: Olivier Andrieu In-Reply-To: <20041110.103024.63132471.garrigue at math.nagoya-u.ac.jp> References: <20041109.122655.41646513.andrieu at ijm.jussieu.fr> <20041109142940.GA7509@muffin> <20041110.103024.63132471.garrigue@math.nagoya-u.ac.jp> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jacques Garrigue [Wed, 10 Nov 2004]: > From: "Wesley W. Terpstra" > > > Excellent; thanks. =) > > What is the release schedule and contribution policy for lablgtk2 btw? > > Usually, it's a new official release after each major release from > ocaml, and snapshots at various times otherwise. > > Olivier, do you think the code is stable enough for a snapshot? I think so. Some important bugfixes were committed since lablgtk-2.4.0, so I think it would be a good time for a snapshot. I'm mostly through missing 2.4 functionality, and I was beginning to wrap the new 2.6 widgets. What should we do about Glib.Io.add_watch ? Also before the snapshot I'd like to add the gtkspell interface and a file detailing the API changes. > In particular, version compatibility problems. > I've just checked that at least it compiled under 2.0, 2.2 and 2.4. Another compatibility problem is with ocaml 3.06 : the Glib.Message.log function has a format4 argument which was introduced in ocaml 3.07. > And I suppose you've checked 2.6. Well, 2.6 is not released yet (it's planned for december). Maybe I should revert what I've done so far (only 2 widgets). Incompatible API changes are possible between the development releases (2.5) and the stable ones, so we could end up with some code that doesn't build with the final 2.6 GTK. -- Olivier