Skip to content

Commit

Permalink
[ClientServer] Fix a bug: not reset DP before SemanticAnalysisStart
Browse files Browse the repository at this point in the history
  • Loading branch information
VladD2 committed Jul 18, 2016
1 parent 44af965 commit 9d749de
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -181,6 +181,9 @@ namespace Nitra.ClientServer.Server.ProjectSystem
Log("Prepare to Semantic Analysis");

def files = NSP.File.GetEvalPropertiesData(_files.Values.OrderBy(f => f.IsActive));
foreach (file in files)
file.Ast.DeepResetProperties();

ParseQueue.Add(ParserMessage.SemanticAnalysisStart(Id, cancellationToken, projectSupport, files, this.Data));
}
else
Expand Down

0 comments on commit 9d749de

Please sign in to comment.