[Vala] Stack traces for unhandled exceptions

2008-12-08 Thread Martin Olsson
Hi, One thing I really miss from C# is stack traces printed to the terminal when an exception occurs. * Would this be hard to add for Vala? * What kind of infrastructure is needed before this can be implemented in a _robust_ way? I realize that there might be tricks involving gdb etc but I

Re: [Vala] Time in vala

2008-12-08 Thread Jürg Billeter
On Tue, 2008-12-02 at 15:06 +, Karl Lattimer wrote: I can never find enough documentation about time in vala :( so I'm going to ask a bunch of questions here... Maybe I'll add a GNOME live page when I've got the important stuff done... God knows I already want to update the GTK/Cairo stuff

Re: [Vala] over-riding configure events

2008-12-08 Thread Jürg Billeter
On Fri, 2008-12-05 at 10:23 +, Karl Lattimer wrote: I was wondering what must be done to over-ride a configure event in a GtkWidget. I can't find an event mask for it, and therefore my configure event never seems to fire. Could someone point me to what I have to do in order to get my

Re: [Vala] Stack traces for unhandled exceptions

2008-12-08 Thread Thomas Chust
Martin Olsson schrieb: [...] One thing I really miss from C# is stack traces printed to the terminal when an exception occurs. * Would this be hard to add for Vala? * What kind of infrastructure is needed before this can be implemented in a _robust_ way? [...] Hello, strictly speaking,