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
* Reuse CI detection from the telemetry part in vcpkgcmdarguments.
* Set SECTION_NAME for GitLabCI to the alphaumericdots of the filename.
* Deduplicate some CI detection tests.
* Fix a *foo.get() pattern in create_user_troubleshooting_message.
Copy file name to clipboardExpand all lines: locales/messages.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -546,6 +546,10 @@
546
546
"ContinueCodeUnitInStart": "found continue code unit in start position",
547
547
"ControlCharacterInString": "Control character in string",
548
548
"ControlSupportsMustBeAPlatformExpression": "\"Supports\" must be a platform expression",
549
+
"CopyIssueBodyFromCollapsibleSection": "Copy issue body from collapsed section \"{path}\" in the ci log output",
550
+
"_CopyIssueBodyFromCollapsibleSection.comment": "An example of {path} is /foo/bar.",
551
+
"CopyIssueBodyFromFile": "Copy issue body from {path}",
552
+
"_CopyIssueBodyFromFile.comment": "An example of {path} is /foo/bar.",
549
553
"CopyrightIsDir": "this port sets ${{CURRENT_PACKAGES_DIR}}/share/${{PORT}}/copyright to a directory, but it should be a file. Consider combining separate copyright files into one using vcpkg_install_copyright. To suppress this message, add set(VCPKG_POLICY_SKIP_COPYRIGHT_CHECK enabled)",
550
554
"CorruptedDatabase": "vcpkg's installation database corrupted. This is either a bug in vcpkg or something else has modified the contents of the 'installed' directory in an unexpected way. You may be able to fix this by deleting the 'installed' directory and reinstalling what you want to use. If this problem happens consistently, please file a bug at https://github.com/microsoft/vcpkg .",
551
555
"CorruptedInstallTree": "Your vcpkg 'installed' tree is corrupted.",
0 commit comments