Uh oh!
There was an error while loading. Please reload this page.
[iOS][non-icu] HybridGlobalization implement GetSortKey on hybrid mode - #95260
Conversation
ghost
commented
Nov 27, 2023
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsImplement GetSortKeyNative on hybrid mode. Contributes to #80689
|
mkhamoyan
commented
Nov 28, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
Nov 28, 2023
/azp run runtime-maccatalyst |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
Nov 28, 2023
/azp run runtime-ioslikesimulator |
|
Azure Pipelines successfully started running 1 pipeline(s). |
akoeplinger
left a comment
There was a problem hiding this comment.
One question, looks good otherwise
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mkhamoyan
commented
Nov 29, 2023
/azp run runtime-ioslike |
mkhamoyan
commented
Nov 30, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
Dec 4, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mdh1418
left a comment
There was a problem hiding this comment.
And as discussed offline, I think it would be good to note somewhere that this implementation does not construct SortKeys like ucol_getSortKey does, and might not adhere to the specifications specifications of SortKey such as SortKeys from different collators not being comparable and merging sortkeys.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…CompareInfo.Icu.cs Co-authored-by: Mitchell Hwang <16830051+mdh1418@users.noreply.github.com>
mkhamoyan
commented
Dec 4, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
Dec 5, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
Dec 6, 2023
/azp run runtime-ioslike |
mkhamoyan
commented
Dec 6, 2023
/azp run runtime-maccatalyst |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
Dec 6, 2023
/azp run runtime-ioslikesimulator |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
Dec 6, 2023
@dotnet-policy-service rerun |
mkhamoyan
commented
Dec 6, 2023
Failures are not related. |
Implements #94216
Contributes to #80689
cc @SamMonoRT