Re: [Vala] Research project on the Vala compiler

2015-04-06 Thread Michael Catanzaro
On Fri, 2015-04-03 at 15:10 -0400, Guillaume Poirier-Morency wrote: > > My goal is to confirm the relevance of metrics measured in the > generated C code to evaluate the quality of the sources. This is > important considering the impressive amount of tools that have been > developed to measure

Re: [Vala] How to check if GLib.List is empty?

2014-12-02 Thread Michael Catanzaro
On Tue, 2014-12-02 at 19:03 +0400, Виталий Кирсанов wrote: > Is there a more simple and efficient way? If you don't have to use GLib.List, you can use Gee.List, which is much easier to use and doesn't have this problem. signature.asc Description: This is a digitally signed message part _

Re: [Vala] VAPI bindings for external lib

2014-11-17 Thread Michael Catanzaro
On Mon, 2014-11-17 at 14:28 +0100, Gonzalo Aguilar Delgado wrote: > Hello, > > I'm modifiying babobab to support a ceph cluster. And want to do add > several tools to position files on OSDs, show fragemntation of > underlaying filesystems, etc. Maybe this will generate other tool, but > for now

Re: [Vala] Building Vala Applications

2014-09-11 Thread Michael Catanzaro
On Wed, 2014-09-10 at 23:12 -0500, Canek Peláez Valdés wrote: > I would love to have the guide there. What can I do to make it happen? The best way would be to clone the git repository, update it, then file a bug with a patch: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-devel-docs The

Re: [Vala] Building Vala Applications

2014-09-10 Thread Michael Catanzaro
On Wed, 2014-09-10 at 14:41 -0500, Canek Peláez Valdés wrote: > This only took me a couple of days, and if there is interest I could > do the same for the first chapter of the Gtk+ library documentation, > and perhaps moving it to a more "official" location in the Vala/GNOME > infrastructure. I o

Re: [Vala] valadoc.org

2014-09-03 Thread Michael Catanzaro
On Wed, 2014-09-03 at 16:41 +0200, Florian Brosch wrote: > Hey Michael, > > The site should be up-to-date now. > > Flo Thanks Florian! signature.asc Description: This is a digitally signed message part ___ vala-list mailing list vala-list@gnome.org h

Re: [Vala] Gtk+ bindings update

2014-08-26 Thread Michael Catanzaro
On Tue, 2014-08-26 at 12:01 -0700, Jim Nelson wrote: > Yorba's applications were considered non-GNOME for nearly five years > and are still not part of GNOME core (although we're now hosted on the > infrastructure). We *definitely* care when we we're broken between > releases of Vala. Right righ

Re: [Vala] Gtk+ bindings update

2014-08-23 Thread Michael Catanzaro
On Sat, 2014-08-23 at 10:12 -0500, Michael Catanzaro wrote: > And the > changes are certainly bugfixes, not features or UI changes that would > be > affected by the current freeze. Nope I was completely wrong, API/ABI is also frozen of course. signature.asc Description: This is

Re: [Vala] Gtk+ bindings update

2014-08-23 Thread Michael Catanzaro
On Thu, 2014-08-21 at 19:28 +0200, Rico Tzschichholz wrote: > I really like to push the staging changes to master despite being in > the > GNOME freeze. There was also no vala release yet which other projects > could rely on. Official GNOME applications which are using Vala will > be > fixed as fas

[Vala] valadoc.org

2014-08-14 Thread Michael Catanzaro
Hi, It looks like valadoc.org has not been updated since GNOME 3.10, judging by the lack of documentation for Gtk.Popover. Who's responsible for this site? Thanks, Michael signature.asc Description: This is a digitally signed message part ___ vala-li

Re: [Vala] A brand new build system

2014-05-16 Thread Michael Catanzaro
On Sat, 2014-05-17 at 09:43 +1200, Robert Ancell wrote: > (I'm the author of Bake). > > Bake has detailed documentation with it (as shown in that link) but > lacks a > website [1]. Help welcome :) > > [1] https://bugs.launchpad.net/bake/+bug/1215366 I'd never heard of Bake either. It seems to ha

Re: [Vala] question Gtk 3 + gstreamer 1.0

2014-03-05 Thread Michael Catanzaro
On Thu, 2014-03-06 at 08:42 +0800, Nor Jaidi Tuah wrote: > > /home/flavio/Documentos/JAMediaSuite/UbuntuRadio/vala/UbuntuRadio.vala.c:377:2: > > warning: 'g_type_init' is deprecated (declared at > > /usr/include/glib-2.0/gobject/gtype.h:669) > [-Wdeprecated-declarations] > > g_type_init (); > >

Re: [Vala] A suggestion for future releases

2013-11-20 Thread Michael Catanzaro
On Thu, 2013-11-21 at 00:06 -0008, Jim Nelson wrote: > Geary 0.4.1 (released a little over a week ago) fails to compile with > Vala 0.22.1. This is due to two changes in Vala: > > * The libnotify binding change This change broke gnome-break-timer as well. > I'd like to request that in the futur