Re: [Vala] segfault test case

2009-02-09 Thread Martin Olsson
Thanks for the bug report Frédéric. I was also able to repro this crash using vala trunk as to feb 9th. To make sure this bug isn't lost I've filed it (plus info from below) in the gnome bugtracker here: http://bugzilla.gnome.org/show_bug.cgi?id=571037 --- (note: putting the code into a

[Vala] [Having fun with Vala] Multiboot kernel using Vala!

2009-02-09 Thread Matías De la Puente
Hello all!, I was playing with vala to see if it's posible to write a minimal kernel using vala. Based in the multiboot sample ( http://www.gnu.org/software/grub/manual/multiboot/html_node/Example-OS-code.html), I was able to wrote a minimal multiboot kernel in vala. ;) I wrote a multiboot

Re: [Vala] Coding standard: indentation?

2009-02-09 Thread Phil Housley
2009/2/9 Michel Salim michel.syl...@gmail.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, All the Vala code I've seen so far use 8-space indentation, with Tabs not converted to spaces. Is this documented somewhere as being the preferred style? I'm packaging Vala Toys for gedit

Re: [Vala] Coding standard: indentation?

2009-02-09 Thread pancake
Gstreamer have the gst-indent utility to properly setup the standard indentations in the C source files before being commited. We can probably just define these rules also for vala and provide a vala-indent utility. --pancake On 09/02/2009, at 21:49, Phil Housley undeconstruc...@gmail.com

Re: [Vala] Coding standard: indentation?

2009-02-09 Thread Michel Salim
On Mon, Feb 9, 2009 at 4:15 PM, Jürg Billeter j...@bitron.ch wrote: On Mon, 2009-02-09 at 15:20 -0500, Michel Salim wrote: All the Vala code I've seen so far use 8-space indentation, with Tabs not converted to spaces. Is this documented somewhere as being the preferred style? Vala itself

Re: [Vala] Coding standard: indentation?

2009-02-09 Thread Michel Salim
On Mon, Feb 9, 2009 at 10:37 PM, Michel Salim michel.syl...@gmail.com wrote: On Mon, Feb 9, 2009 at 3:49 PM, Phil Housley undeconstruc...@gmail.com wrote: 2009/2/9 Michel Salim michel.syl...@gmail.com: Incidentally, would it be a good idea to move the tutorial code to a module under version