Skip to content

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.

AlekseyTs and others added 30 commits February 24, 2020 10:00
This is a punch through to support simple single file scenarios.
Related to #41704.
Merge 'dotnet/master' into SimplePrograms
…42008)

 Report diagnostics when top level statements are used out of order.

Related to #41704.
 Adjustments to the parser behavior for a Simple Program

- Follow up on parser changes that came from master
- Presence of attributes shouldn’t disable parsing of a top-level statement. Instead, the attributes should be attached to the top-level statement with an error reported, or without an error if the statement is a local function declaration.
- Allow a declaration of a `ref` local at the top level.
Merge 'master' into SimplePrograms
Merge master into SimplePrograms
Related to #41704.

- Add tests for missing types that the feature depends upon.
- Adjust binding to produce a ```BoundNonConstructorMethodBody``` as the root of the bound body to be consistent with other flavors of ```BindMethodBody```.
- Report an error when a "MainType" is speciafied for a Simple Program.
- Improve parsing error recovery around local functions.
Merge master into SimplePrograms
Merge master into SimplePrograms
@dotnet-bot
Copy link
Collaborator Author

Reset HEAD of merges/master-to-master-vs-deps to fd89007d99bf8253e89bbb4189a102f328bae0cd

@dotnet-bot
Copy link
Collaborator Author

Reset HEAD of merges/master-to-master-vs-deps to 9f2d2544a6beb21faa1ceb05bb7552ebaf0e07a6

@genlu genlu removed the Merge Conflicts There are merge conflicts with the base branch. label May 28, 2020
@dotnet-bot
Copy link
Collaborator Author

Reset HEAD of merges/master-to-master-vs-deps to c47bd2a8678afa4dff812016fcc19f6345570d06

AlekseyTs and others added 2 commits May 28, 2020 00:13
….CtrlAltSpaceOption unit-test with Top-level statements in mind.
Update the work around for .editorconfig evaluation bugs in command l…
@dotnet-bot
Copy link
Collaborator Author

Reset HEAD of merges/master-to-master-vs-deps to ffbb9c7e8f7699c3eb24fa559e6bb381f3405605

msftbot[bot] and others added 2 commits May 28, 2020 15:52
Merge 'Top-level statements' feature into master
Revert "Refactoring of Active Statement tracking for OOP"
@dotnet-bot
Copy link
Collaborator Author

Reset HEAD of merges/master-to-master-vs-deps to 9e979342a41192021d2ee7624b771f7d2bdaeb62

@jasonmalinowski jasonmalinowski merged commit 0be25c4 into master-vs-deps May 28, 2020
@ghost ghost added this to the Next milestone May 28, 2020
@jasonmalinowski jasonmalinowski deleted the merges/master-to-master-vs-deps branch May 28, 2020 19:35
@RikkiGibson
Copy link
Member

Thanks @jasonmalinowski!

@dotnet-bot dotnet-bot restored the merges/master-to-master-vs-deps branch May 28, 2020 20:16
@dotnet-bot dotnet-bot deleted the merges/master-to-master-vs-deps branch May 28, 2020 20:16
@dotnet-bot dotnet-bot restored the merges/master-to-master-vs-deps branch May 28, 2020 21:02
@RikkiGibson RikkiGibson modified the milestones: Next, 16.7.P3 Jun 8, 2020
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.