"tests/vscode:/vscode.git/clone" did not exist on "69b30cfcb6cdaee4a9e12eec2fb3a8a2aa093e7f"
Fix zero-ordering SORT when called against lists
People mostly use SORT against lists, but our prior behavior was pretending lists were an unordered bag requiring a forced-sort when no sort was requested. We can just use the native list ordering to ensure consistency across replicaion and scripting calls. Closes #2079 Closes #545 (again)
Please register or sign in to comment