[Vala] POSIX and Dova profiles

2012-08-03 Thread Jürg Billeter
Hi, valac has had experimental support to build applications without GLib for a while now. However, the POSIX profile still supports only a subset of the language and there is no indication that this will change anytime soon. I'm still working on the experiment that started with Dova, but the

Re: [Vala] POSIX and Dova profiles

2012-08-03 Thread mar...@saepia.net
Vala is always marketed as being integrated with GObject, which I think is advantage - IMO to make product consistent team should focus on Vala/GObject. m. 2012/8/3 Jürg Billeter j...@bitron.ch: Hi, valac has had experimental support to build applications without GLib for a while now.

[Vala] R: Re: R: POSIX and Dova profiles

2012-08-03 Thread seje...@tin.it
Hi Andrea, Hi, On Fri, 2012-08-03 at 11:12 +0200, sejerpz@tin. it wrote: What I really, really like would be the implementation of light classes on the Posix profile (in the spirit of [1]) with support for: * Single inheritance * Interfaces * Properties and may

Re: [Vala] R: Re: R: POSIX and Dova profiles

2012-08-03 Thread Jürg Billeter
On Fri, 2012-08-03 at 16:12 +0200, seje...@tin.it wrote: But I think having classes and some more oop machinery will be also useful in micros with very low resources (32-64Kb of memory), where of course a full framework doesn't make any sense (nor a rich string class etc...) In my

Re: [Vala] R: Re: R: POSIX and Dova profiles

2012-08-03 Thread Andrea Del Signore
On Fri, Aug 3, 2012 at 5:26 PM, Jürg Billeter j...@bitron.ch wrote: On Fri, 2012-08-03 at 16:12 +0200, seje...@tin.it wrote: But I think having classes and some more oop machinery will be also useful in micros with very low resources (32-64Kb of memory), where of course a full framework

Re: [Vala] R: Re: R: POSIX and Dova profiles

2012-08-03 Thread Jürg Billeter
On Fri, 2012-08-03 at 17:42 +0200, Andrea Del Signore wrote: On Fri, Aug 3, 2012 at 5:26 PM, Jürg Billeter j...@bitron.ch wrote: Unused parts of the library will not have any impact on the size of the binary in the current plan. How will this be achieved? Dead function

[Vala] Single instance...

2012-08-03 Thread Luis L. Rodríguez Oro
When I try to run this code show error Violación de segmento. Any ideas to fix it? I want to run a single instance of my app. //valac valac --pkg unique-1.0 using Unique; int main(string[] args){ Unique.App app = new Unique.App(org.centinela.unique, null); //Error here!

Re: [Vala] POSIX and Dova profiles

2012-08-03 Thread Nor Jaidi Tuah
I'm not sure what gaps in gobject that Dova is supposed to fill in. But is it possible to improve gobject to incorporate those features? Perhaps the vala team can make suggestion to the glib team. Sorry if my suggestion is naive. Nice day Nor Jaidi Tuah