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
Runtimes: rename Core/core to Core/Core (uppercase C) so it appears...
higher in case sensitive directory listings (like GitHub).
This will ease checking for stdlib code on small screens without needing
to scroll.
Git will not take care of adjusting the case if the folder contains
untracked files (which is the case after syncing the source from the
stdlib fodler) -- to account for this, have the resync script perform
the rename if need be, so we don't have errors when invoking the
Runtime build system (since CMake considers paths as case sensitive
regardless of the underlying file system).
Addresses rdar://164195263
0 commit comments