Skip to content
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

Verify improved errors for name lookup #7815

Merged
merged 1 commit into from
Jan 7, 2016
Merged

Conversation

gafter
Copy link
Member

@gafter gafter commented Jan 7, 2016

Fixes #7493
@dotnet/roslyn-compiler Please review. This is just the addition of one small test.

@gafter gafter added Area-Compilers 4 - In Review A fix for the issue is submitted for review. and removed cla-already-signed labels Jan 7, 2016
@gafter gafter added this to the 1.2 milestone Jan 7, 2016
@gafter gafter self-assigned this Jan 7, 2016
@cston
Copy link
Member

cston commented Jan 7, 2016

LGTM

1 similar comment
@TyOverby
Copy link
Contributor

TyOverby commented Jan 7, 2016

LGTM

var source = @"using A = List<int>;";
var compilation = CreateCompilationWithMscorlib(source).VerifyDiagnostics(
// (1,11): error CS0246: The type or namespace name 'List<>' could not be found (are you missing a using directive or an assembly reference?)
// using A = List<Bar>;
Copy link
Contributor

Choose a reason for hiding this comment

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

This comment doesn't match the source.

@AlekseyTs
Copy link
Contributor

LGTM, modulo the comments adjustment.

gafter added a commit that referenced this pull request Jan 7, 2016
Verify improved errors for name lookup
@gafter gafter merged commit aee7530 into dotnet:master Jan 7, 2016
@gafter gafter deleted the fix7493 branch May 24, 2018 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - In Review A fix for the issue is submitted for review. Area-Compilers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants