Skip to content

properly handle VB Global namespace in DeclaredSymbolInfo - #381

Merged
brettfo merged 2 commits into
dotnet:masterfrom
brettfo:getnodename
Feb 11, 2015
Merged

properly handle VB Global namespace in DeclaredSymbolInfo#381
brettfo merged 2 commits into
dotnet:masterfrom
brettfo:getnodename

Conversation

@brettfo

@brettfo brettfo commented Feb 10, 2015

Copy link
Copy Markdown
Member

When walking the syntax trees to find DeclaredSymbolInfos, I missed a case where VB can have "Namespace Global". Functionally this is no different than hitting the default case of the Select where I also Return Nothing, but it's a lot nicer to not have asserts 😄.

@Pilchie

Pilchie commented Feb 10, 2015

Copy link
Copy Markdown
Member

👍

@brettfo

brettfo commented Feb 10, 2015

Copy link
Copy Markdown
Member Author

@Jenkins test this please

1 similar comment
@brettfo

brettfo commented Feb 11, 2015

Copy link
Copy Markdown
Member Author

@Jenkins test this please

@rchande

rchande commented Feb 11, 2015

Copy link
Copy Markdown
Contributor

👍

brettfo added a commit that referenced this pull request Feb 11, 2015
properly handle VB Global namespace in DeclaredSymbolInfo
@brettfo
brettfo merged commit 04346bf into dotnet:master Feb 11, 2015
@brettfo
brettfo deleted the getnodename branch February 11, 2015 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants