-
Notifications
You must be signed in to change notification settings - Fork 847
Open Type Declaration updates #9513
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
Changes from all commits
Commits
Show all changes
97 commits
Select commit
Hold shift + click to select a range
14fd06f
Allow using nested types in unqualified scenarios
TIHan eabfc6a
Renaming OpenStaticClasses to OpenTypeDeclaration
TIHan 69f1328
Added 'open type' declaration
TIHan b5ecdd8
Added more tests
TIHan ed170c0
Fixing build
TIHan 3987aea
Added tooling support
TIHan 0ec3f63
More updates
TIHan f928b2f
Some refactor
TIHan e7bebce
open static prototype
dsyme 23a9d3a
open static prototype
dsyme 847345c
Merging master and Don's changes
TIHan 5feed0a
Fixes on merge
TIHan d885764
Fixing build
TIHan 6ebd971
Fixing some tests
TIHan 4135fce
Trying to figure out nested
TIHan a3f16dc
Added eUnqualifiedTyconTypeArgs
TIHan d3e4bbf
Properly opening generic types with nested generic types
TIHan c4f9a93
Update test baseline
TIHan 94c0892
Include range on target
TIHan 3b37aa8
Fixing build
TIHan 7d0a5c3
Fixing build
TIHan 7169f9f
Fixing build
TIHan 022a25b
Error if not an appty
TIHan 0307cb8
Slightly better error
TIHan ad5734e
Getting tests to pass
TIHan eaca692
Trying to fix tests
TIHan ea6f8f7
Get current tests to pass
TIHan 8308951
Partial working unused opens
TIHan faaec18
Almost there
TIHan df81cf5
Some fixed
TIHan 0858beb
Reverting back to original service analysis
TIHan bd76d23
Fixed test
TIHan a7cb900
Fixed test
TIHan 9fcdcf9
Fixed build
TIHan 561616f
Fixing tests
TIHan 110a37d
Fixing tests
TIHan 55129fc
Fixing more tests
TIHan 27c48be
Removing broken tests
TIHan 82c9002
Added more tests. Checking for byrefs
TIHan 270313d
More tests
TIHan 45a5d10
More tests
TIHan e8c75aa
Update tests
TIHan e9fc47a
Rename
TIHan eeaa6c7
Better names
TIHan f21a4ee
Merge branch 'master' into feature/open-static-classes-cont
TIHan 947e203
Added test case for inherited members
TIHan 1118595
Added more tests with CSharp style extension members
TIHan 4a33b19
Minor format
TIHan 6b45af2
Minor updates
TIHan d4f3872
Fixing nested types
TIHan 6eb8f07
Fixed nested types possibly
TIHan 4d763b9
Trying to fix it
TIHan a14c805
Some cleanup
TIHan dc8152c
More cleanup
TIHan c4dcdae
Partial
TIHan dca1c6f
Partially working
TIHan 29220ea
Fixed nested types
TIHan baee9d1
Fixing tests
TIHan d756a50
Removed NumStaticArgs
TIHan a315ffa
Rename AddEntties/OpenEntities to AddModuleOrNamespaceRefs/OpenModule…
TIHan 05fa1cc
minor cleanup
TIHan 2dd0fe3
Minor rename
TIHan 35fca6c
Another rename
TIHan ddbce14
Update src/fsharp/symbols/Symbols.fs
TIHan 9b90d4b
Trying to add type provider test
TIHan c800a08
Merge remote-tracking branch 'upstream/master' into feature/open-stat…
TIHan 439046e
Remove type provider test for now
TIHan cf878b6
Merge branch 'feature/open-static-classes-cont' of github.com:TIHan/v…
TIHan 8676130
Starting to convert tests
TIHan 30f5704
More tests converted
TIHan 32700ba
More tests converted
TIHan 58821c0
more tests converted
TIHan 2e40b29
Merge remote-tracking branch 'upstream/master' into feature/open-stat…
TIHan 3d42c6d
Added type provider tests
TIHan 5bad5b2
Added complex generic types with nested generic types
TIHan 2babcd2
Added units of measure tests and named types
TIHan 4189e26
Added more tests
TIHan 3013fb7
Added two more tests
TIHan ea3003f
Added one more test
TIHan cc53b26
Added enum test case
TIHan a5c9657
Added enum tests and support
TIHan aa288fe
Adding union case support
TIHan 97a22de
merging master
TIHan 46602ff
Merged master
TIHan cf030ef
Removing unions support
TIHan 72bae82
Fixing build
TIHan 6eda4ce
Disallowing operators to come into scope
TIHan 7e88f52
Minor refactoring
TIHan 08731c5
Access to record labels and union cases
TIHan edab625
Fixing opening generic types
TIHan 07bd541
Do not need to return enclosing type instantiations from a dot
TIHan 6ec6a41
Added generic union and record tests
TIHan 9d3b4bd
Combining intrinsic and extension method groups. Ignoring generic rec…
TIHan 223edf5
Merge branch 'master' into feature/open-static-classes-cont
TIHan ff3975f
Update FSComp.txt.ja.xlf
TIHan 5848087
Fixing build
TIHan 1151da5
Update OpenTypeDeclarationTests.fs
TIHan 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
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.