Skip to content

Suppress the struct==null warning except in "strict" mode - #738

Merged
gafter merged 1 commit into
dotnet:masterfrom
gafter:fix663
Feb 23, 2015
Merged

Suppress the struct==null warning except in "strict" mode#738
gafter merged 1 commit into
dotnet:masterfrom
gafter:fix663

Conversation

@gafter

@gafter gafter commented Feb 20, 2015

Copy link
Copy Markdown
Member

Fixes #663

@gafter

gafter commented Feb 20, 2015

Copy link
Copy Markdown
Member Author

@jaredpar @VSadov @AlekseyTs @agocke @VladimirReshetnikov Could a couple of you review this please?

@gafter gafter added Area-Compilers 4 - In Review A fix for the issue is submitted for review. labels Feb 20, 2015
@gafter gafter added this to the 1.0-rc2 milestone Feb 20, 2015
@gafter gafter self-assigned this Feb 20, 2015
@jaredpar

Copy link
Copy Markdown
Member

LGTM

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this additive? I would expect WithStrictMode helper to preserve whatever features already set.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

As it turns out, a test helper that preserves other feature flags wasn't needed, as there are no other features that we test at the same time.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Then the name of the method is confusing and should be changed to make it clear that it overwrites Features.

@gafter

gafter commented Feb 23, 2015

Copy link
Copy Markdown
Member Author

@AlekseyTs I believe your review comments have been addressed.

@agocke

agocke commented Feb 23, 2015

Copy link
Copy Markdown
Member

LGTM

1 similar comment
@AlekseyTs

Copy link
Copy Markdown
Contributor

LGTM

gafter added a commit that referenced this pull request Feb 23, 2015
Suppress the struct==null warning except in "strict" mode
@gafter
gafter merged commit 77c0c8a into dotnet:master Feb 23, 2015
@gafter
gafter deleted the fix663 branch February 23, 2015 20:43
@gafter gafter removed the 4 - In Review A fix for the issue is submitted for review. label Feb 23, 2015
dibarbet pushed a commit that referenced this pull request Aug 18, 2026
* Component Debugger 
- See dotnet/roslyn-sdk#726

* Add command line data source:
- add data source to obtain command line args
- use data source in extension method
- extract out shared logic into launchsettingsmanager
- clean up VM code

* Remove capability provider
- Use targets directly instead
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.

Roll back warning for struct == null

5 participants