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

Merge master to master-vs-deps #33206

Merged
merged 70 commits into from
Feb 8, 2019

Conversation

dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from master into master-vs-deps.

git fetch --all
git checkout merges/master-to-master-vs-deps
git reset --hard upstream/master-vs-deps
git merge upstream/master
# Fix merge conflicts
git commit
git push upstream merges/master-to-master-vs-deps --force

Once all conflicts are resolved and all the tests pass, you are free to merge the pull request.

ryzngard and others added 30 commits January 29, 2019 17:04
Adds a new "Preview" language version for C# that means the latest
supported language version + the preview features available in the
compiler. Also changes the "Default" (unspecified) language version to
mean Preview, but provides a warning when preview features are used.
…Info_Metadata.cs

Co-Authored-By: CyrusNajmabadi <cyrus.najmabadi@gmail.com>
…Info_Metadata.cs

Co-Authored-By: CyrusNajmabadi <cyrus.najmabadi@gmail.com>
…Info_Metadata.cs

Co-Authored-By: CyrusNajmabadi <cyrus.najmabadi@gmail.com>
Resaon for the change should be clear in the diff
Avoid a lambda allocation when accessing a cache in a hotpath.
JoeRobich and others added 3 commits February 6, 2019 21:12
Make IPropertySubpattern Internal
* removed 3 OptProf tests that kept failing

opened tracking issue - #33180

this should let us have green OptProf training runs.

* Removed all DDRIT.RPS.CSharp tests for now
dotnet-automerge-bot and others added 2 commits February 7, 2019 05:30
@v-asdhin
Copy link

v-asdhin commented Feb 7, 2019

@RikkiGibson Check roslyn-integration-CI failed and there are conflicting files. Please have a look.

chsienki and others added 6 commits February 7, 2019 10:20
* Disable nullable analysis for generated files
 - Record if a syntax tree is generated
 - Return the default nullable state of a generated syntax tree as disabled
 - Disable nullable warnings at the beginning of a generated syntax tree
Handle opening/closing of additional files in VS Workspace open file …
@RikkiGibson
Copy link
Contributor

RikkiGibson commented Feb 7, 2019

Windows_Desktop_Spanish_Unit_Tests Job is showing test failures:

2019-02-07T22:05:55.9156297Z Errors Microsoft.CodeAnalysis.EditorFeatures2.UnitTests.dll
2019-02-07T22:05:55.9157862Z     Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense.CSharpCompletionCommandHandlerTests.NoKeywordsOrSymbolsAfterNamedParameterWithCSharp7(completionImplementation: Legacy) [FAIL]
2019-02-07T22:05:55.9158212Z     Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense.CSharpCompletionCommandHandlerTests.NoKeywordsOrSymbolsAfterNamedParameterWithCSharp7(completionImplementation: Modern) [FAIL]

FYI @dotnet/roslyn-infrastructure @ivanbasov

@RikkiGibson
Copy link
Contributor

@JoeRobich pointed out that #30795 seems related.

However it looks like features/recursive-patterns merged all the way back in January in #25912. @333fred any chance commit d2523e5 is related?

chborl and others added 4 commits February 7, 2019 16:27
@dotnet-bot dotnet-bot requested a review from a team as a code owner February 8, 2019 02:15
@JoeRobich
Copy link
Member

Have seen the Determinism build hang and fail a few times today. All the other legs looked good so I am going to override and merge this to get the snap going.

@JoeRobich JoeRobich merged commit d2f2e3e into master-vs-deps Feb 8, 2019
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.