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 620753 - Allow running the symbol resolver more than once
Allow running the symbol resolver more than once
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-06 16:37 UTC by Abderrahim Kitouni
Modified: 2010-06-06 18:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
allow running the symbol resolver more than once (750 bytes, patch)
2010-06-06 16:37 UTC, Abderrahim Kitouni
none Details | Review

Description Abderrahim Kitouni 2010-06-06 16:37:03 UTC
Created attachment 162870 [details] [review]
allow running the symbol resolver more than once

The anjuta plugin is using libvala, and whenever a file is reparsed, I need to rerun the symbol resolver and the semantic analyzer on the entire context since there is no easy way to correctly run it only on the changed things.

The fix is trivial, so I guess it's ok.
Comment 1 Jürg Billeter 2010-06-06 18:17:51 UTC
commit 2bfd071697202f610e66e412aba8fe3dc5abc2ef
Author: Abderrahim Kitouni <a.kitouni@gmail.com>
Date:   Tue Jun 1 19:47:04 2010 +0100

    Allow running the symbol resolver more than once
    
    Fixes bug 620753.