GNOME Bugzilla – Bug 620753
Allow running the symbol resolver more than once
Last modified: 2010-06-06 18:17:51 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.
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.