Skip to content

Localize version resolution algorithms.#936

Merged
BillyONeal merged 4 commits intomicrosoft:mainfrom
BillyONeal:localize-version-resolution
Feb 27, 2023
Merged

Localize version resolution algorithms.#936
BillyONeal merged 4 commits intomicrosoft:mainfrom
BillyONeal:localize-version-resolution

Conversation

@BillyONeal
Copy link
Copy Markdown
Member

No description provided.

@BillyONeal BillyONeal merged commit 84159d0 into microsoft:main Feb 27, 2023
@BillyONeal BillyONeal deleted the localize-version-resolution branch February 27, 2023 23:31
else
{
return format_missing_baseline_message(dep.name, spec);
msg::format_error(msgVersionConstraintUnresolvable,
Copy link
Copy Markdown
Contributor

@autoantwort autoantwort Mar 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A return is missing here

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦

BillyONeal added a commit to BillyONeal/vcpkg-tool that referenced this pull request Mar 21, 2023
In microsoft#936 , I accidentially forgot the return.

Additional related fixes:

* add [[nodiscard]] to the formatters; note that nodiscard was already in use in strings.h: https://github.com/microsoft/vcpkg-tool/blob/65fcbac58785083569ce63ad4a9255044bf6c35b/include/vcpkg/base/strings.h#L66
* fix a couple of places that were printing a debug message just before "Checks::unreachable" to include that in the Checks::unreachable output instead of a separate debug statement.
BillyONeal added a commit that referenced this pull request Mar 21, 2023
* Fix VersionConstraintUnresolvable message being dropped.

In #936 , I accidentially forgot the return.

Additional related fixes:

* add [[nodiscard]] to the formatters; note that nodiscard was already in use in strings.h: https://github.com/microsoft/vcpkg-tool/blob/65fcbac58785083569ce63ad4a9255044bf6c35b/include/vcpkg/base/strings.h#L66
* fix a couple of places that were printing a debug message just before "Checks::unreachable" to include that in the Checks::unreachable output instead of a separate debug statement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants