Skip to content
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

Allow overrides to select ports that aren't in the baseline. #1109

Merged
merged 4 commits into from Jun 23, 2023

Conversation

BillyONeal
Copy link
Member

This was always intended to work but did not. We have been 'removing' the ports from our curated index assuming that this worked anyway.

The crux of the issue is that load_tag_vars would attempt to reload the port after the action plan had already been constructed in a version oblivious way.

See also #1108

* Rename patterns.ps1 to e2e-registry.ps1, to reflect that there are
  tests for more than just patterns now.
* Add removed.json.in and a call to it.

See also microsoft#1108 which
fixes all the e2e infrastructure to consistently use -s.
…tFileProvider is suspect. In this case it was:

```
        void load_tag_vars(const ActionPlan& action_plan,
                           const PortFileProvider& port_provider,
                           Triplet host_triplet) const;
```

Fix that by just pushing the ActionPlan part down to the underlying virtual load_tag_vars.
@BillyONeal BillyONeal merged commit d89474b into microsoft:main Jun 23, 2023
5 checks passed
@BillyONeal BillyONeal deleted the baseline-crash branch June 23, 2023 22:54
autoantwort added a commit to autoantwort/vcpkg-tool that referenced this pull request Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants