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
codegen: 🐛 Fix consistent ordering of units (#1235)
The ordering seemed to vary on computers resulting in annoying diffs for
PRs.
Fixed by specifying the string comparer, assuming the default was
affected by the system's culture.
Verified fix in a recent PR where running codegen locally resulted in a
diff. With this fix, there was no diff.
0 commit comments