GNOME Bugzilla – Bug 638228
language-support-vala: interrupt parsing if user switches to another file
Last modified: 2010-12-29 22:26:52 UTC
This should make deactivating the plugin faster if it was activated and just then deactivated (like it happens on startup) (this patch is independent of others that will follow in another bug)
Created attachment 177168 [details] [review] language-support-vala: interrupt parsing if user switches to another file
Review of attachment 177168 [details] [review]: Looks good - thanks!
Review of attachment 177168 [details] [review]: OK, I could track this down to this patch. Anjuta crashes when you open a vala file or if you switch to a vala files (assuming it was loaded with the session):
+ Trace 225317
Otherwise the patch seems to squash out a couple of critical warnings which is really good but doesn't help as long as it is crashing.
Created attachment 177208 [details] [review] language-support-vala: fix a crash when bindings aren't found The bug was there before and is just triggered by the combination of the above patch and patch 177180 (which btw I don't see when I pull). I had fixed this in a later commit as I didn't understand where it was introduced. Anyway, this patch should fix it. (just curious: what are you testing that requires the vapi for gdl?)
Review of attachment 177208 [details] [review]: OK, that works for me - thanks!