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
Summary: Change assign_sort_text to take Option<Option<usize>> so that "no MRU system" (None, e.g. the wasm path) preserves the compact sort_text format ("0", "1", etc.), while "MRU active but item not found" (Some(None)) uses the extended format with rank 9999. Previously all items got the extended format whenever the MRU system was active, even items not in the MRU, which was a surface-area change to all non-wasm completion responses.
Reviewed By: jvansch1
Differential Revision: D93248048
fbshipit-source-id: 296df656d0e96efae6b750d4d86ecbd975f92884
0 commit comments