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 657491 - Only parse the source files of the current target
Only parse the source files of the current target
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: language-support-vala
unspecified
Other All
: Normal normal
: ---
Assigned To: Abderrahim Kitouni
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-27 10:38 UTC by Abderrahim Kitouni
Modified: 2011-08-31 10:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
language-support-vala: only parse the source files of the current target (2.33 KB, patch)
2011-08-27 10:38 UTC, Abderrahim Kitouni
none Details | Review
language-support-vala: get packages and vapidirs from the VALAFLAGS variable (3.64 KB, patch)
2011-08-27 10:39 UTC, Abderrahim Kitouni
none Details | Review

Description Abderrahim Kitouni 2011-08-27 10:38:17 UTC
This would actually give better results (especially for large projects). 
However, we will also need to parse the vala flags in order to find out 
which vapis to use. The latter however needs an easy way to access 
project properties and depends on the patch in bug 656915.
Comment 1 Abderrahim Kitouni 2011-08-27 10:38:27 UTC
Created attachment 194908 [details] [review]
language-support-vala: only parse the source files of the current target
Comment 2 Abderrahim Kitouni 2011-08-27 10:39:30 UTC
Created attachment 194909 [details] [review]
language-support-vala: get packages and vapidirs from the VALAFLAGS variable
Comment 3 Abderrahim Kitouni 2011-08-31 10:47:49 UTC
I've pushed these patches