The following include_server options
-v, --verify
-w, --write_include_closure
-x, --exact_analysis
do not work -- the include server throws an exception, because some function
calls in the include_analyzer module don't have the right module qualifiers.
The attached patch fixes this, by adding the module qualifiers, but introduces
a cyclic dependency:
include_server imports include_analyzer_memoizing_node which imports
include_analyzer which imports include_server.
Original issue reported on code.google.com by fergus.h...@gmail.com on 6 Apr 2012 at 11:46
Original issue reported on code.google.com by
fergus.h...@gmail.com
on 6 Apr 2012 at 11:46Attachments: