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
Different versions of clang-format can produce different formatting results even with the same .clang-format configuration, which makes formatting non-deterministic across environments. This becomes an issue when working in teams or CI environments...
Is there a way to pin a specific version of a package (e.g., clang-format) without pinning the entire Mason registry?
More generally, does Mason support per-package version pinning, or is freezing the registry the only available approach?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Different versions of
clang-formatcan produce different formatting results even with the same .clang-format configuration, which makes formatting non-deterministic across environments. This becomes an issue when working in teams or CI environments...Is there a way to pin a specific version of a package (e.g.,
clang-format) without pinning the entire Mason registry?More generally, does Mason support per-package version pinning, or is freezing the registry the only available approach?
Beta Was this translation helpful? Give feedback.
All reactions