Remove FIXME

This commit is contained in:
Eelco Dolstra 2023-10-19 14:22:05 +02:00
parent f16af08e83
commit 06c57899e3

View file

@ -595,7 +595,9 @@ struct CompareValues
case nString:
return v1->string_view().compare(v2->string_view()) < 0;
case nPath:
// FIXME: handle accessor?
// Note: we don't take the accessor into account
// since it's not obvious how to compare them in a
// reproducible way.
return strcmp(v1->_path.path, v2->_path.path) < 0;
case nList:
// Lexicographic comparison