You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ZipBinaryProvider unpack reporting + parallelize more (microsoft#1805)
* Fixes the incorrect tracking bug introduced here: https://github.com/microsoft/vcpkg-tool/pull/1715/files#r2414987620
* Gets clean_prepare_dir and the last_write_time fixup into the parallelized region
Related to microsoft/vcpkg#43309
* Plumbs error handling through to one place
* Deletes decompress_in_parallel / cmd_execute_and_capture_output_parallel
Copy file name to clipboardExpand all lines: locales/messages.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -764,6 +764,8 @@
764
764
"ExtendedDocumentationAtUrl": "Extended documentation available at '{url}'.",
765
765
"_ExtendedDocumentationAtUrl.comment": "An example of {url} is https://github.com/microsoft/vcpkg.",
766
766
"ExtractHelp": "Extracts an archive.",
767
+
"ExtractedInto": "extracted into {path}",
768
+
"_ExtractedInto.comment": "An example of {path} is /foo/bar.",
767
769
"ExtractingTool": "Extracting {tool_name}...",
768
770
"_ExtractingTool.comment": "An example of {tool_name} is signtool.",
769
771
"FailedPostBuildChecks": "Found {count} post-build check problem(s). These are usually caused by bugs in portfile.cmake or the upstream build system. Please correct these before submitting this port to the curated registry.",
@@ -1502,8 +1504,6 @@
1502
1504
"TripletLabel": "Triplet:",
1503
1505
"TwoFeatureFlagsSpecified": "Both '{value}' and -'{value}' were specified as feature flags.",
1504
1506
"_TwoFeatureFlagsSpecified.comment": "'{value}' is a feature flag.",
1505
-
"UnableToClearPath": "unable to delete {path}",
1506
-
"_UnableToClearPath.comment": "An example of {path} is /foo/bar.",
1507
1507
"UnableToReadAppDatas": "both %LOCALAPPDATA% and %APPDATA% were unreadable",
1508
1508
"UnableToReadEnvironmentVariable": "unable to read {env_var}",
1509
1509
"_UnableToReadEnvironmentVariable.comment": "An example of {env_var} is VCPKG_DEFAULT_TRIPLET.",
@@ -1758,6 +1758,8 @@
1758
1758
"_WhileCheckingOutBaseline.comment": "An example of {commit_sha} is 7cfad47ae9f68b183983090afd6337cd60fd4949.",
1759
1759
"WhileCheckingOutPortTreeIsh": "while checking out port {package_name} with git tree {git_tree_sha}",
1760
1760
"_WhileCheckingOutPortTreeIsh.comment": "An example of {package_name} is zlib. An example of {git_tree_sha} is 7cfad47ae9f68b183983090afd6337cd60fd4949.",
1761
+
"WhileClearingThis": "while clearing this directory",
1762
+
"WhileExtractingThisArchive": "while extracting this archive",
1761
1763
"WhileGettingLocalTreeIshObjectsForPorts": "while getting local treeish objects for ports",
1762
1764
"WhileLoadingBaselineVersionForPort": "while loading baseline version for {package_name}",
1763
1765
"_WhileLoadingBaselineVersionForPort.comment": "An example of {package_name} is zlib.",
0 commit comments