Skip to content

Conversation

@dotnet-bot
Copy link
Contributor

This is an automatically generated pull request from master into feature/implicit-yields.
(created from a manual run of the PR generation tool)

git fetch --all
git checkout merges/master-to-feature/implicit-yields
git reset --hard upstream/feature/implicit-yields
git merge upstream/master
# Fix merge conflicts
git commit
git push upstream merges/master-to-feature/implicit-yields --force

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

dsyme and others added 30 commits March 29, 2019 23:55
* Don't expose Legacy MSBuildReferenceResolver

* Move the files boss hoss

* Remove unused opens

* Fix tests

* Remove IVT dependency for CodeLens and put logging behind a flag

* oopsie doopsie

* meep morp

* blub glub

* heepers jeepers

* Update fsi.fs

* Update service.fs

* Update service.fsi

* Update FSharpCheckerProvider.fs

* Update FSharpLanguageServiceTestable.fs

* Update TestLib.LanguageService.fs

* Updates for build in release

* I'm not touching MSBuildReferenceResolver I'm not touching MSBuildReferenceResolver I'm not touching MSBuildReferenceResolver

* Different ignore and adjust ifdefs
…ead code (#6900)

* Replace AgedLookup with Dictionary in XML doc generation

* Try remove unecessary stuff
dsyme and others added 27 commits June 3, 2019 17:23
use proto build on mac and linux
…six (#6942)

* ensure Microsoft.FSharp.NetSdk.props makes it into VisualFSharpFull.vsix

During a build/deploy in VS the target `BeforeBuild` wasn't getting called
on FSharp.Build.fsproj if up-to-date checks passed which meant the .props
file wasn't getting added to the @(None) item group.  The fix is to make
that target depend on `AssignTargetPaths` which is run in both the VS
build as well as the command line build.

* annotate ambiguous function
* split service.fs

* reduce diff

* minor cleanup

* fix flakey test (?)

* use runsettings

* same fix for FCS tests2

* fix build

* add diagnostics

* fix final parallel case

* fix build

* try again to fix test

* update test fixes

* add diagnostics

* add diagnostics

* diagnostics

* diagnostics

* diagnostics

* add diagnostics and possible fix for tp smoke tests

* fix build

* fix build

* merge master

* integrate master

* integrate master

* fix build

* Delete FSharp.Compiler.Private.fsproj
I think this document is outdated and duplicating too much information at this point. I also think most people don't read it or know it even exists. In an effort to simplify the amount of documents we either explicitly or implicitly expect people to read, I think this can be removed.
I'm feeling spicy, so I'm doing this with GitHub's web UI.
* Remove IVT to fsi from FSharp.Compiler.Private

* Save the out stream

* Remove IVT to fsianycpu
* enable preview LSP support

Includes plumbing and a stub for `textDocument/hover` (e.g., QuickInfo).

* enable easy exclusion of the language server from VS components

* Update src/fsharp/FSharp.Compiler.LanguageServer/TextDocument.fs

Co-Authored-By: Phillip Carter <[email protected]>
…6980)

* fixed map3 misleading error message on different length lists

* fixed previous fix bug

* added map3 exception message test

* fixed map3 exception message test
…615.2 (#7010)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19315.2
* PatternMatchCompilation cleanup

* More cleanup
I discovered that unix (linux/macos) failures would report the failing tests via the `Tests` tab in ADO, but the specific build step would appear green which made diagnosing failures difficult.
* Fixed line directive ranges when not applying a line directive

* Update ProjectAnalysisTests.fs
* Remove IVTs to legacy language service

* Use public API and remove seemingly useless test
* Update dependencies from https://github.com/dotnet/arcade build 20190618.2

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19318.2

* Update dependencies from https://github.com/dotnet/arcade build 20190619.1

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19319.1
* Add get/set to item description tooltip

* Fix QuickInfo test

* Adjust gettersetter layout

* Tag the keyword again
* Update dependencies from https://github.com/dotnet/arcade build 20190619.25

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19319.25

* Update dependencies from https://github.com/dotnet/arcade build 20190620.1

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19320.1
@KevinRansom KevinRansom merged commit dc62cfa into feature/implicit-yields Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants