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 (#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
@@ -761,6 +761,8 @@
761
761
"ExtendedDocumentationAtUrl": "Extended documentation available at '{url}'.",
762
762
"_ExtendedDocumentationAtUrl.comment": "An example of {url} is https://github.com/microsoft/vcpkg.",
763
763
"ExtractHelp": "Extracts an archive.",
764
+
"ExtractedInto": "extracted into {path}",
765
+
"_ExtractedInto.comment": "An example of {path} is /foo/bar.",
764
766
"ExtractingTool": "Extracting {tool_name}...",
765
767
"_ExtractingTool.comment": "An example of {tool_name} is signtool.",
766
768
"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.",
@@ -1499,8 +1501,6 @@
1499
1501
"TripletLabel": "Triplet:",
1500
1502
"TwoFeatureFlagsSpecified": "Both '{value}' and -'{value}' were specified as feature flags.",
1501
1503
"_TwoFeatureFlagsSpecified.comment": "'{value}' is a feature flag.",
1502
-
"UnableToClearPath": "unable to delete {path}",
1503
-
"_UnableToClearPath.comment": "An example of {path} is /foo/bar.",
1504
1504
"UnableToReadAppDatas": "both %LOCALAPPDATA% and %APPDATA% were unreadable",
1505
1505
"UnableToReadEnvironmentVariable": "unable to read {env_var}",
1506
1506
"_UnableToReadEnvironmentVariable.comment": "An example of {env_var} is VCPKG_DEFAULT_TRIPLET.",
@@ -1755,6 +1755,8 @@
1755
1755
"_WhileCheckingOutBaseline.comment": "An example of {commit_sha} is 7cfad47ae9f68b183983090afd6337cd60fd4949.",
1756
1756
"WhileCheckingOutPortTreeIsh": "while checking out port {package_name} with git tree {git_tree_sha}",
1757
1757
"_WhileCheckingOutPortTreeIsh.comment": "An example of {package_name} is zlib. An example of {git_tree_sha} is 7cfad47ae9f68b183983090afd6337cd60fd4949.",
1758
+
"WhileClearingThis": "while clearing this directory",
1759
+
"WhileExtractingThisArchive": "while extracting this archive",
1758
1760
"WhileGettingLocalTreeIshObjectsForPorts": "while getting local treeish objects for ports",
1759
1761
"WhileLoadingBaselineVersionForPort": "while loading baseline version for {package_name}",
1760
1762
"_WhileLoadingBaselineVersionForPort.comment": "An example of {package_name} is zlib.",
0 commit comments