Community
Participate
Working Groups
When an AST for a file is in memory and LoopReplacer has been invoked on it, if the file is reindexed, none of the variable references in loops are indexed. (This is because ReferenceCollector does not subclass from ASTVisitorWithLoops.)
Changed superclass of BindingCollector in ptp_4_0 and HEAD. Eventually we should merge loop replacement into the parsing process. Having two possible AST structures and different visitors is confusing.