-
Notifications
You must be signed in to change notification settings - Fork 832
Merge release/dev16.3 to release/fsharp47 #7105
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
Merged
Merged
Conversation
This file contains hidden or 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
…e/dev16.3 Merge release/dev16.2 to release/dev16.3
Merge master to release/dev16.3
…e/dev16.3 Merge release/dev16.2 to release/dev16.3
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
Merge master to release/dev16.3
…e/dev16.3 Merge release/dev16.2 to release/dev16.3
Merge master to release/dev16.3
…621.75 (#7046) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19321.75
…622.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19322.2
…623.4 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19323.4
…bda-0a90f281d979 [master] Update dependencies from dotnet/arcade
* https instead of http for http://github.com, http://fsharp.org, https://fsharp.github.io, https://contributor-covenant.org * update link to git fo windows, https instead of http, mdlint warnings * link updated * replace http://api.github.com/ by https * update some links to https, mdlint warnings * update link * PR feedback
* Avoid allocating in IsOperatorName * bring back Ordinal * flip bool
* if file does not exist but folder an error is reported Signed-off-by: Volker Milbrandt <[email protected]> * `fcs\build GenerateDocs` didn't run for FAKE 4.64.6 didn't do the full migration yet https://fake.build/fake-migrate-to-fake-5.html
* Added -compiler flag for build. Does not require VS to build. * Renamed -compiler to -noVisualStudio * Minor fix * Trying to fix unix builds * Update DEVGUIDE.md
* Use MaxBuffer for Suggestions * Extract SuggestNames function * Rename Parameter * Apply feedback for formatting
Merge master to release/dev16.3
…630.1 (#7088) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19330.1
Merge master to release/dev16.3
Some outdated info removed and it's reorganized a bit.
Merge master to release/dev16.3
…701.4 (#7098) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19351.4
Merge master to release/dev16.3
6bdbe9d to
d51ae07
Compare
|
@brettfo Checks fsharp-ci and fsharp-ci (Linux) failed, and there are file conflicts. Please have a look. |
ghost
approved these changes
Jul 4, 2019
ghost
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approval
nosami
pushed a commit
to xamarin/visualfsharp
that referenced
this pull request
Jan 26, 2022
…release/fsharp47 Merge release/dev16.3 to release/fsharp47
This pull request was closed.
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 release/dev16.3 into release/fsharp47.
git fetch --all git checkout merges/release/dev16.3-to-release/fsharp47 git reset --hard upstream/release/fsharp47 git merge upstream/release/dev16.3 # Fix merge conflicts git commit git push upstream merges/release/dev16.3-to-release/fsharp47 --forceOnce all conflicts are resolved and all the tests pass, you are free to merge the pull request.