-
Notifications
You must be signed in to change notification settings - Fork 803
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/dev17.9' into merges/release/dev17.8-to-release…
…/dev17.9
- Loading branch information
Showing
1,026 changed files
with
28,715 additions
and
11,745 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,48 @@ | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"dotnet-counters": { | ||
"commands": [ | ||
"dotnet-counters" | ||
], | ||
"version": "8.0.460601" | ||
}, | ||
"dotnet-dump": { | ||
"commands": [ | ||
"dotnet-dump" | ||
], | ||
"version": "8.0.460601" | ||
}, | ||
"dotnet-gcdump": { | ||
"commands": [ | ||
"dotnet-gcdump" | ||
], | ||
"version": "8.0.460601" | ||
}, | ||
"dotnet-sos": { | ||
"commands": [ | ||
"dotnet-sos" | ||
], | ||
"version": "8.0.460601" | ||
}, | ||
"dotnet-symbol": { | ||
"commands": [ | ||
"dotnet-symbol" | ||
], | ||
"version": "1.0.460401" | ||
}, | ||
"dotnet-trace": { | ||
"commands": [ | ||
"dotnet-trace" | ||
], | ||
"version": "8.0.460601" | ||
}, | ||
"fantomas": { | ||
"version": "5.0.3", | ||
"commands": [ | ||
"fantomas" | ||
] | ||
], | ||
"version": "6.2.3" | ||
} | ||
} | ||
}, | ||
"version": 1 | ||
} |
This file was deleted.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Description | ||
|
||
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> | ||
|
||
Fixes # (issue, if applicable) | ||
|
||
## Checklist | ||
|
||
- [ ] Test cases added | ||
- [ ] Performance benchmarks added in case of performance changes | ||
- [ ] Release notes entry updated: | ||
> Please make sure to add an entry with short succinct description of the change as well as link to this pull request to the respective release notes file, if applicable. | ||
> | ||
> Release notes files: | ||
> - If anything under `src/Compiler` has been changed, please make sure to make an entry in `docs/release-notes/.FSharp.Compiler.Service/<version>.md`, where `<version>` is usually "highest" one, e.g. `42.8.200` | ||
> - If language feature was added (i.e. `LanguageFeatures.fsi` was changed), please add it to `docs/releae-notes/.Language/preview.md` | ||
> - If a change to `FSharp.Core` was made, please make sure to edit `docs/release-notes/.FSharp.Core/<version>.md` where version is "highest" one, e.g. `8.0.200`. | ||
> Information about the release notes entries format can be found in the [documentation](https://fsharp.github.io/fsharp-compiler-docs/release-notes/About.html). | ||
> Example: | ||
> * More inlines for Result module. ([PR #16106](https://github.com/dotnet/fsharp/pull/16106)) | ||
> * Correctly handle assembly imports with public key token of 0 length. ([Issue #16359](https://github.com/dotnet/fsharp/issues/16359), [PR #16363](https://github.com/dotnet/fsharp/pull/16363)) | ||
> *`while!` ([Language suggestion #1038](https://github.com/fsharp/fslang-suggestions/issues/1038), [PR #14238](https://github.com/dotnet/fsharp/pull/14238)) | ||
> **If you believe that release notes are not necessary for this PR, please add `NO_RELEASE_NOTES` label to the pull request.** |
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
Oops, something went wrong.