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
SR-11917: Using JSONEncoder's .outputFormatting = .sortedKeys has a memory leak on Linux
- Any use of NSString.compare(_:options:range:locale:) with a non-nil locale
would leak on Linux.
- _CFCompareStringsWithLocale was leaking the collator on non-macOS
platforms.
- Use the collator cache on Linux and Win32 the same way that macOS
does.
0 commit comments