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

Do not warn for double nullable supression #30936

Merged
merged 1 commit into from
Nov 3, 2018
Merged

Conversation

jcouv
Copy link
Member

@jcouv jcouv commented Nov 2, 2018

LDM decided we should not warn on unnecessary usage of !, which includes !!.
Closes #29902

@cston for review.

@jcouv jcouv added Area-Compilers Test Test failures in roslyn-CI Feature - Nullable Reference Types Nullable Reference Types labels Nov 2, 2018
@jcouv jcouv added this to the 16.0 milestone Nov 2, 2018
@jcouv jcouv self-assigned this Nov 2, 2018
@jcouv jcouv requested a review from a team as a code owner November 2, 2018 21:12
@jcouv jcouv merged commit 443784e into dotnet:master Nov 3, 2018
@jcouv jcouv deleted the bang-bang branch November 3, 2018 00:34
333fred added a commit to 333fred/roslyn that referenced this pull request Nov 7, 2018
…zyT-and-delegates

* dotnet/dev16.0-preview2: (117 commits)
  Do not warn for double nullable supression (dotnet#30936)
  Add -shared and -keepalive compiler options (dotnet#30818)
  Introduce using statement (dotnet#30106)
  Skip BinaryFileErrorTest
  Skip ParseFileOnBinaryFile
  Merge fixup
  Add missing binding redirects to csc.exe.config
  Add comments for default namespace in workspace
  Fix variable name
  Merge fixups
  Add support for default namespace to workspace
  Addressing feedback from Cyrus
  Embed optimization data to external compiler dependencies
  Skip optimizing System.Threading.Tasks.Extensions
  Skip optimizing System.Threading.Tasks.Extensions
  Add cert for PKT=b03f5f7f11d50a3a
  RoslynTools 18526.1
  Fix VS dependency deployment
  Fix msbuild test
  Deploy System.Runtime.CompilerServices.Unsafe
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Feature - Nullable Reference Types Nullable Reference Types Test Test failures in roslyn-CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants