Replies: 3 comments
-
See rationale for change with |
Beta Was this translation helpful? Give feedback.
-
Thanks, I was struggling to find something, but I was looking at the source instead of GitHub. Seems this is a feature request, not a regression. I am curious as to why underscores aren't permitted from a design perspective, given that they're used in multiple toolchain triplets. What does it cost to add this as a supported feature? |
Beta Was this translation helpful? Give feedback.
-
Do not know why just that it was broken and the fix no longer allows the underscore. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
My toolchain files are named according to the toolchain triplet that they work with (e.g.
config/cmake/toolchains/linux/x86_64-unknown-linux-gnu.cmake
). I also want my triplets to have the same name as their chainload for consistency (e.g.config/cmake/toolchains/vcpkg/x86_64-unknown-linux-gnu.cmake
).Underscores were permitted until either a very late 2024 release, or sometime in 2025.
Environment
To Reproduce
Steps to reproduce the behavior:
x86_64-unknown-linux-gnu.cmake
).-DVCPKG_TARGET_TRIPLET=x86_64-unknown-linux-gnu
.Expected behavior
Underscores are an accepted character.
Failure logs
Beta Was this translation helpful? Give feedback.
All reactions