Skip to content

Change the interface to ICustomAstVisitor instead of ICustomAstVisitor2 for ScriptAnalysis #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2015

Conversation

quoctruong
Copy link

No description provided.

@@ -637,7 +637,7 @@ public int Compare(Tuple<int, int> t1, Tuple<int, int> t2)
/// <summary>
/// Class used to do variable analysis on the whole script
/// </summary>
public class ScriptAnalysis: ICustomAstVisitor2
public class ScriptAnalysis: ICustomAstVisitor
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you validate the changes by running all the rules + tests?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've run it on the applicable rules and it was okay. However, we do need to update a lot of other test cases. Going to do that in another pull request

@raghushantha
Copy link
Member

great. pls merge to bugfixes branch

quoctruong pushed a commit that referenced this pull request Apr 14, 2015
Change the interface to ICustomAstVisitor instead of ICustomAstVisitor2 for ScriptAnalysis
@quoctruong quoctruong merged commit 8172b1a into BugFixes Apr 14, 2015
@quoctruong
Copy link
Author

Thanks

@quoctruong quoctruong deleted the changeinterface branch April 14, 2015 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants