-
Notifications
You must be signed in to change notification settings - Fork 846
Release notes CI step #16283
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
vzarytovskii
merged 42 commits into
dotnet:main
from
vzarytovskii:release-notes-ci-workflow
Nov 28, 2023
Merged
Release notes CI step #16283
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
e67c60d
CI Release notes testing
vzarytovskii 3d41b12
GH actions pls
vzarytovskii 190543a
GH actions pls
vzarytovskii a9dfb6c
GH actions pls
vzarytovskii 8be6865
GH actions pls
vzarytovskii 2e8d955
GH actions pls
vzarytovskii 8708a0f
GH actions pls
vzarytovskii 2ed53f2
GH actions pls
vzarytovskii ea6ed53
GH actions pls
vzarytovskii ad3893a
GH actions pls
vzarytovskii 9ee5484
GH actions pls
vzarytovskii 6e614ec
GH actions pls
vzarytovskii d5ed785
GH actions pls
vzarytovskii a0d1b25
GH actions pls
vzarytovskii 30a8a19
GH actions pls
vzarytovskii 21859e3
GH actions pls
vzarytovskii 92755f7
GH actions pls
vzarytovskii e1580a5
GH actions pls
vzarytovskii d09a36c
GH actions pls
vzarytovskii 2bc0fc7
GH actions pls
vzarytovskii bfb14a6
GH actions pls
vzarytovskii 3ed6bf9
GH actions pls
vzarytovskii 990a972
GH actions pls
vzarytovskii 74373c7
GH actions pls
vzarytovskii 0afa8d8
GH actions pls
vzarytovskii 4981339
GH actions pls
vzarytovskii be7180e
GH actions pls
vzarytovskii afa5914
GH actions pls
vzarytovskii db190c1
GH actions pls
vzarytovskii 869b71e
GH actions pls
vzarytovskii a07b557
GH actions pls
vzarytovskii 641917b
GH actions pls
vzarytovskii 0d46ef1
Merge branch 'main' into release-notes-ci-workflow
vzarytovskii 45903e0
Merge branch 'main' into release-notes-ci-workflow
vzarytovskii 8624e0b
GH actions pls
vzarytovskii 21d19b7
Please work
vzarytovskii e11562c
Automated command ran: fantomas
github-actions[bot] aa58ed9
GH actions pls
vzarytovskii bb52192
GH actions pls
vzarytovskii 7287b22
GH actions pls
vzarytovskii a9c7559
GH actions pls
vzarytovskii c556e35
GH actions pls
vzarytovskii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| 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 succint 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`. | ||
|
|
||
| > Examples of release notes entries: | ||
| > - Respect line limit in quick info popup - https://github.com/dotnet/fsharp/pull/16208 | ||
| > - More inlines for Result module - https://github.com/dotnet/fsharp/pull/16106 | ||
| > - Miscellaneous fixes to parens analysis - https://github.com/dotnet/fsharp/pull/16262 | ||
| > | ||
|
|
||
| > **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 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| - Miscellaneous fixes to parens analysis - https://github.com/dotnet/fsharp/pull/16262 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| - More inlines for Result module - https://github.com/dotnet/fsharp/pull/16106 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| - Feature: Better unmanaged structs handling - https://github.com/dotnet/fsharp/pull/12154 |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -119,3 +119,4 @@ namespace Microsoft.FSharp.Core | |
| type voidptr = (# "void*" #) | ||
|
|
||
| type ilsigptr<'T> = (# "!0*" #) | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,3 +10,4 @@ | |
| </PropertyGroup> | ||
|
|
||
| </Project> | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.