-
Notifications
You must be signed in to change notification settings - Fork 123
September integration done #913
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
Merge master to fsharp47
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
…e/fsharp47 Merge release/dev16.2 to release/fsharp47
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 <milbrandt@gmx.de> * `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
…989) * List.transpose should throw error when given jagged array (#6908) * transpose does not throw when one of the elements is empty * Add additional test cases
* 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
* Fix langversion switch fsi test * versions
Merge master to release/dev16.3
Some outdated info removed and it's reorganized a bit.
…d94-1ac05a8050b3 [master] Update dependencies from dotnet/arcade
…911.7 (#7545) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19461.7
…912.5 (#7555) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19462.5
…913.3 (#7563) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19463.3
* add event every time `#r` is invoked * pass additional args to script host
…amework (#7572) * Remove the requirement that an explicit FSharp.Core reference requires --noframework * fsharpqa
…elease/dev16.3-to-master
Merge release/dev16.3 to master
* Eliminate Relax requirement to apply --noframework when referencing mscorlib/system.runtime.dll/netstandard.dll * Relax requirement to pass --noframework with System.Runtime, netstandard and mscorlib.dll
add build telemetry for Linux/MacOS builds
…923.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19473.5
…926.6 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19476.6
…-a189-a6dc389f609c' into package-icon
replace deprecated nuspec `iconUrl` element with `icon`
fix some calls to generate docs to match new FSharp.Formatting APIs
Not quite sure why the number of commits reports like that, I only had to cherry-pick/rebase-onto the last 81 of them. |
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 does the 4.7 migration and starts to fix documentation generation.