Skip to content

Conversation

pull[bot]
Copy link

@pull pull bot commented Nov 8, 2020

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

gregomni and others added 22 commits October 15, 2020 09:03
successfully finding a solution by favoring operators already bound
elsewhere.

Favoring existing operator bindings often lets the solver find a solution
fast, but it's not necessarily the best solution.
order them first in the main disjunction partition.
`DisjunctionStep::shortCircuitDisjunctionAt`.

This code is unnecessary because SIMD overloads are in their own
partition, so the short circuiting will happen automatically.
hacks for now.

There's some more disjunction pruning work to be done before we can
remove this.
existingOperatorBindingsForDisjunction.
selectDisjunction if both disjunctions are operator bindings.
are already bound elsewhere for existingOperatorBindingsForDisjunction,
rather than also considering overload choices with the same type.
… being coerced to result type

While applying type inferred for autoclosure to argument use locator
that records argument/param indices to make it possible for
`coerceToType` to simplify it down to underlying argument expression
if necessary.
driver: allow SWIFT_USE_NEW_DRIVER to specify a driver executable name
The test started working in the last week, for unknown reasons.

Remove the XFAIL line, but keep the infra for detecting the MSVC version
for the tests. It might be useful later.

If the test starts failing again, and nobody has any idea why, the best
path forward might be marking it as UNSUPPORTED.
nkcsgexi and others added 5 commits November 7, 2020 18:24
…svc-2017-test

[windows] Partial revert swiftlang#34143. Remove XFAIL.
driver: add an option to avoid forwarding to the new driver
…-loc

[CSApply] Adjust @autoclosure locator to point to argument expression…
…or-solving

[Constraint System] Implement heuristics for linked operator expressions in the solver proper.
@pull pull bot merged commit a29562e into swiftwasm Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants