-
Notifications
You must be signed in to change notification settings - Fork 833
Enable graph-based type checking, parallel optimizations and ILX gen in deterministic build #19028
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
base: main
Are you sure you want to change the base?
Changes from 14 commits
f725638
9402d02
3cd1abf
1c73196
128da51
e1a4c93
da1e2b7
277a6dc
b3b9e2f
252dd09
43f0a78
7336f29
0c4e421
c032cc3
caebe81
48f0f63
45ffedc
15fbf8f
3e81e54
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4218,7 +4218,8 @@ module TcDeclarations = | |
| | Result res -> | ||
| // Update resolved type parameters with the names from the source. | ||
| let _, tcref, _ = res | ||
| if tcref.TyparsNoRange.Length = synTypars.Length then | ||
|
|
||
|
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. This needs a better solution, we should not just plain remove the behavior. |
||
| if (not g.deterministic) && tcref.TyparsNoRange.Length = synTypars.Length then | ||
|
||
| (tcref.TyparsNoRange, synTypars) | ||
| ||> List.zip | ||
| |> List.iter (fun (typar, SynTyparDecl.SynTyparDecl (typar = tp)) -> | ||
|
|
||
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.
changes in this file are 100% copilot 😅 , so, caveat emptor