After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 602594 - Async (DBus) Signal Handlers
Async (DBus) Signal Handlers
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Async
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-21 19:12 UTC by Michael 'Mickey' Lauer
Modified: 2011-03-01 07:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael 'Mickey' Lauer 2009-11-21 19:12:53 UTC
Async signal handlers are not supported yet. Can we get at least an error message instead of a less helpful C-compiler message that moans about the signature mismatch?
Comment 1 Frederik Sdun 2010-09-14 07:16:39 UTC
This works on my async branch on freesmartphone.org. I hope this gets merged into master soon.
Comment 2 Michael 'Mickey' Lauer 2010-12-26 12:30:33 UTC
What's the status of this branch?
Comment 3 Jürg Billeter 2010-12-26 12:56:42 UTC
There is lots of whitespace noise in the (beginning of the) branch, which makes reviewing/merging painful. I've asked Frederik for a rebase of the branch where at least the major whitespace issues are fixed, but I haven't seen any update so far.
Comment 4 Michael 'Mickey' Lauer 2011-01-25 14:43:12 UTC
Frederik... please :)
Comment 5 Michael 'Mickey' Lauer 2011-01-25 14:43:13 UTC
Frederik... please :)
Comment 7 Jürg Billeter 2011-03-01 07:47:58 UTC
commit bfcbc0b26c94f8c61f91bd41dc23290536cc9dd9
Author: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
Date:   Fri Jan 28 15:43:34 2011 +0100

    Add support for async signal handlers
    
    Fixes bug 602594.