GNOME Bugzilla – Bug 657491
Only parse the source files of the current target
Last modified: 2011-08-31 10:47:49 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.
Created attachment 194908 [details] [review] language-support-vala: only parse the source files of the current target
Created attachment 194909 [details] [review] language-support-vala: get packages and vapidirs from the VALAFLAGS variable
I've pushed these patches