-
Notifications
You must be signed in to change notification settings - Fork 803
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 dev16.2 #6642
Merged
Merged
Merge master to dev16.2 #6642
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Optimization of inlined code doesn't always reduce `Some` allocations for optional arguments * add codegen test * add baseline * Update OptionalArg01.fs
* Update dependencies from https://github.com/dotnet/arcade build 20190411.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19211.2 * Update dependencies from https://github.com/dotnet/arcade build 20190412.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19212.2 * Update dependencies from https://github.com/dotnet/arcade build 20190413.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19213.2 * Update dependencies from https://github.com/dotnet/arcade build 20190414.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19214.2 * Update dependencies from https://github.com/dotnet/arcade build 20190415.12 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19215.12
…417.1 (#6564) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19217.1
…418.1 (#6571) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19218.1
* Trying to build benchmarks * Benchmark testing 100 referenced projects in the compiler service * Fixed project reference bit * Change stamp * Fixed build
* cleanup fcs props * cleanup fcs props * fix build * fix paths * remove file
* Uniform TryGetValue usage * Removed extra parenthesis * Remove parenthesis
* Do more fsi and coreclr testing * Remove commented out text
* Add support for fsi against ref assemblies * temp * working * unit test * feedback * Parens
* fix debugging * add testing * add testing
This reverts commit 028e1df.
* Add support for fsi against ref assemblies * temp * working * Fix fsi
* start of fix * fix anon recd construction * fix test * add tests, fix tests * add tests, fix tests
…S while debugging. (#6595) It seems a bit smoother when working with FSharp.sln fsi.exe but not tried under trace / profiling
* add deterministic to msbuild targets * default to false; add property
… types (#6604) Thanks for this.
* Add support for --pathmap * Fix build * Update FSharp.Compiler.Service.fsproj * Markup * Fix tests * Update help40.437.1033.bsl * Update help40-nologo.437.1033.bsl * Update help40.437.1033.bsl
* fix 6586 * add test * add baseline
There is no need for the Xamarin workload nor the net472 component. .NET Framework 4.7.2 is installed by default with VS 2019 now.
* Enable pinvoke tests for coreclr * Update Build.ps1
* Add VSConfig file * Trim it
* comment state machine compilation * add signature file * add signature files
@brettfo Check visualfsharp-CI failed. Please have a look. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an automatically generated pull request from master into dev16.2.
git fetch --all git checkout merges/master-to-dev16.2 git reset --hard upstream/dev16.2 git merge upstream/master # Fix merge conflicts git commit git push upstream merges/master-to-dev16.2 --force
Once all conflicts are resolved and all the tests pass, you are free to merge the pull request.