-
Couldn't load subscription status.
- Fork 833
Enable f sharp70 #13688
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
Enable f sharp70 #13688
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
3edb78f
Update fsharp to version 7.0 and Package versions
KevinRansom 8ae3d3a
update tets to F# 7.0
KevinRansom 2078372
fix fsharpqa tests
KevinRansom 7d2a5a2
fix componentmodel tests
KevinRansom d055228
json
KevinRansom f2dca0d
FSharp.Compiler.UnitTests
KevinRansom 8a299bf
Fix cambridge suite tests
KevinRansom 024f703
from end slicing
KevinRansom 7182b35
Merge branch 'main' into enableFSharp70
KevinRansom 655759e
Delete temp
KevinRansom b9c21e3
Delete temp2
KevinRansom a061351
Merge branch 'main' into enableFSharp70
KevinRansom 01c2764
merge issue
KevinRansom 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
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
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 |
|---|---|---|
|
|
@@ -2555,7 +2555,6 @@ namespace Microsoft.FSharp.Collections | |
| /// <param name="offset">The offset from the end.</param> | ||
| /// | ||
| /// <returns>The corresponding index from the start.</returns> | ||
| [<Experimental("Experimental library feature, requires '--langversion:preview'")>] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since the from end slicing remains in preview, shall those methods too? |
||
| member GetReverseIndex: rank: int * offset: int -> int | ||
|
|
||
| /// <summary>Returns a list with <c>head</c> as its first element and <c>tail</c> as its subsequent elements</summary> | ||
|
|
@@ -4601,7 +4600,6 @@ namespace Microsoft.FSharp.Core | |
| /// <summary>Contains extension methods to allow the use of F# indexer notation with arrays. | ||
| /// This module is automatically opened in all F# code.</summary> | ||
| [<AutoOpen>] | ||
| [<Experimental("Experimental library feature, requires '--langversion:preview'")>] | ||
| module ArrayExtensions = | ||
| type ``[,,,]``<'T> with | ||
| /// <summary>Get the index for the element offset elements away from the end of the collection.</summary> | ||
|
|
@@ -4610,7 +4608,6 @@ namespace Microsoft.FSharp.Core | |
| /// <param name="offset">The offset from the end.</param> | ||
| /// | ||
| /// <returns>The corresponding index from the start.</returns> | ||
| [<Experimental("Experimental library feature, requires '--langversion:preview'")>] | ||
| member GetReverseIndex: rank: int * offset: int -> int | ||
|
|
||
| type ``[,,]``<'T> with | ||
|
|
@@ -4620,7 +4617,6 @@ namespace Microsoft.FSharp.Core | |
| /// <param name="offset">The offset from the end.</param> | ||
| /// | ||
| /// <returns>The corresponding index from the start.</returns> | ||
| [<Experimental("Experimental library feature, requires '--langversion:preview'")>] | ||
| member GetReverseIndex: rank: int * offset: int -> int | ||
|
|
||
| type ``[,]``<'T> with | ||
|
|
@@ -4630,7 +4626,6 @@ namespace Microsoft.FSharp.Core | |
| /// <param name="offset">The offset from the end.</param> | ||
| /// | ||
| /// <returns>The corresponding index from the start.</returns> | ||
| [<Experimental("Experimental library feature, requires '--langversion:preview'")>] | ||
| member GetReverseIndex: rank: int * offset: int -> int | ||
|
|
||
| type ``[]``<'T> with | ||
|
|
@@ -4640,7 +4635,6 @@ namespace Microsoft.FSharp.Core | |
| /// <param name="offset">The offset from the end.</param> | ||
| /// | ||
| /// <returns>The corresponding index from the start.</returns> | ||
| [<Experimental("Experimental library feature, requires '--langversion:preview'")>] | ||
| member GetReverseIndex: rank: int * offset: int -> int | ||
|
|
||
| type System.String with | ||
|
|
@@ -4650,7 +4644,6 @@ namespace Microsoft.FSharp.Core | |
| /// <param name="offset">The offset from the end.</param> | ||
| /// | ||
| /// <returns>The corresponding index from the start.</returns> | ||
| [<Experimental("Experimental library feature, requires '--langversion:preview'")>] | ||
| member GetReverseIndex: rank: int * offset: int -> int | ||
|
|
||
| /// <summary>A module of compiler intrinsic functions for efficient implementations of F# integer ranges | ||
|
|
||
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
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
Oops, something went wrong.
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.
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.
Should we move the from end slicing too? I thought it needs some work?
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.
removed