-
Notifications
You must be signed in to change notification settings - Fork 2.6k
libffi: update to 3.5.2 (let's try this again!) #59704
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: master
Are you sure you want to change the base?
Changes from all commits
fd361b8
eb73257
83aaf27
3717c44
6f8a407
52d4ac9
a073792
84fe23d
54d007e
085a11d
aa6b5ba
a15ed2b
6a7ed4a
398bf52
ff45c81
a8cb747
fbadfdd
3e5bf10
d8356bf
05f025a
814282f
e21b474
28cb505
2af7862
34e8f03
0d2e42c
ad629cc
c2210b2
90e4a56
6739bcf
772b5ab
4f60ea3
661d990
7bab5ad
63ea5c4
4690db7
7794ab5
b96e81e
bb9442f
a5dac63
2ddabc9
edabe94
c173dbc
def28cb
12fcda0
f756d69
f276ea6
7804dac
8b3e1ff
415ebc7
56d54b5
30701cb
21edb79
d235fad
4206e50
fd74c8d
7e38b89
e89cd38
d044ddd
c134c65
39abf3c
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 |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| --- a/docs/users_guide/extending_ghc.rst 2026-04-09 09:56:51.358598164 +0100 | ||
| +++ b/docs/users_guide/extending_ghc.rst 2026-04-09 09:31:27.111306323 +0100 | ||
| @@ -1381,20 +1381,20 @@ | ||
| -- ^ Clean up after the plugin, when exiting the type-checker. | ||
| } | ||
|
|
||
| -The plugin has type ``WantedConstraints -> [DefaultingProposal]``. | ||
| +The plugin has type ``WantedConstraints -> [DefaultingProposal]``.:: | ||
|
|
||
| -* It is given the currently unsolved constraints. | ||
| -* It returns a list of independent "defaulting proposals". | ||
| -* Each proposal of type ``DefaultingProposal`` specifies: | ||
| - * ``deProposals``: specifies a list, | ||
| - in priority order, of sets of type variable assignments | ||
| - * ``deProposalCts :: [Ct]`` gives a set of constraints (always a | ||
| - subset of the incoming ``WantedConstraints``) to use as a | ||
| - criterion for acceptance | ||
| + * It is given the currently unsolved constraints. | ||
| + * It returns a list of independent "defaulting proposals". | ||
| + * Each proposal of type ``DefaultingProposal`` specifies: | ||
| + * ``deProposals``: specifies a list, | ||
| + in priority order, of sets of type variable assignments | ||
| + * ``deProposalCts :: [Ct]`` gives a set of constraints (always a | ||
| + subset of the incoming ``WantedConstraints``) to use as a | ||
| + criterion for acceptance | ||
|
|
||
| -After calling the plugin, GHC executes each ``DefaultingProposal`` in | ||
| -turn. To "execute" a proposal, GHC tries each of the proposed type | ||
| -assignments in ``deProposals`` in turn: | ||
| + After calling the plugin, GHC executes each ``DefaultingProposal`` in | ||
| + turn. To "execute" a proposal, GHC tries each of the proposed type | ||
| + assignments in ``deProposals`` in turn: | ||
|
|
||
| * It assigns the proposed types to the type variables, and then tries to | ||
| solve ``deProposalCts`` |
|
Contributor
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. Probably shouldn't be marked as a "Git LFS" file
Contributor
Author
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. I have no idea why or who made it an LFS file but I'm hoping it had a reason. |
|
amadaluzia marked this conversation as resolved.
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.