-
Notifications
You must be signed in to change notification settings - Fork 830
Allow static let bindings in union, record, struct, non-incremental-class types #15343
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
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
9a7920d
Ease restrictions on static members and static let in union and recor…
dsyme c6cd691
Ease restrictions on static members and static let in union and recor…
dsyme 4c6386d
fix generation of .cctor for unions
dsyme 838052d
Merge branch 'main' of https://github.com/dotnet/fsharp into ease1
dsyme 509f16d
fix build
dsyme 3ba36c3
fix formatting
dsyme 821a9d4
Merge branch 'main' into ease1
dsyme 56f6b91
Merge branch 'main' into ease1
T-Gro 4f0a310
Automated command ran: fantomas
github-actions[bot] 1c37ab0
Build issues resolved
T-Gro 6adc132
surface area changed
T-Gro a28c57e
Test ideas for static let
T-Gro 23c43f3
tests
T-Gro 7e70ac2
Merge branch 'main' into ease1
T-Gro 801b5c1
More tests
T-Gro 1bdca37
Merge branch 'main' into ease1
T-Gro 3098102
file reorg after @KevinRansom restructuring of component tests
T-Gro 58a7eec
records, generic records, plain enums
T-Gro 98050b1
Static let in generic union
T-Gro c7e4515
recursive records with static let
T-Gro 65f5745
recursive DU
T-Gro f6cffd9
Merge branch 'main' into ease1
T-Gro d4f3cfa
Negative tests for F# below 7
T-Gro 69565fc
Merge branch 'main' into ease1
T-Gro 1fcfa1e
augmentation regressions
T-Gro 0b51dbe
Update CheckDeclarations.fs
T-Gro b30d469
Merge branch 'main' into ease1
T-Gro a3ef0c1
Merge branch 'main' into ease1
T-Gro 7b77db3
internalerror with MakeValueAssign fixed?
T-Gro dc2d520
IL baselines changed (just reordered)
T-Gro 3915139
making AbstractMemberNotAllowedInAugmentation for records an error
T-Gro 935d811
handle errors from both .fs and .fsi in a single test
T-Gro e1beb20
Merge branch 'main' into ease1
T-Gro 097a742
remove empty line
T-Gro 235f905
.fsproj clean (no idea how it came to be)
T-Gro c8987ad
IL test fixup
T-Gro 26d6316
IL test fixup
T-Gro d3a109b
xx
T-Gro 5b4d5b8
Release IL fixup
T-Gro add7eae
error code update
T-Gro 6573da6
error code fix
T-Gro 4ccd656
baseline - typar generalization.
T-Gro 1a48b0a
Merge branch 'main' into ease1
T-Gro b4968fc
Fixing typeprovider tests
T-Gro bf7be00
Trying to resolve 'here was a mismatch between the processor architec…
T-Gro bdeb26f
one more atempt
T-Gro baa244b
Merge branch 'main' into ease1
KevinRansom 11c1cb1
PR feedback
T-Gro abf71ea
Merge branch 'main' into ease1
T-Gro ccae157
fantomas whitespace
T-Gro d66f1a7
multi-file static init test added
T-Gro d51ca8b
PR feedback
T-Gro 64a7e41
Raise error if Fsharp.Core is compiled with features that need new p…
T-Gro 54be671
Merge branch 'main' into ease1
T-Gro 42aa50d
Merge branch 'main' into ease1
T-Gro 7a7b83a
Hard fail pickling when fsharp.core uses new constructs
T-Gro f3c6fe6
Merge branch 'ease1' of https://github.com/dotnet/fsharp into ease1
T-Gro f3de169
Merge branch 'main' into ease1
T-Gro 80071ce
IL tests for static let init
T-Gro e600dba
Merge branch 'main' into ease1
T-Gro aaff4ba
change error code
T-Gro bbdae31
Merge branch 'main' into ease1
T-Gro a730ec0
whitespace formatting
T-Gro c68b86d
fixing build
T-Gro 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
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.
Uh oh!
There was an error while loading. Please reload this page.