-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
Affected completion tables which return duplicates:
Info-read-node-name-2read-library-namelocate-file-completion-table
Either filter out duplicates using delete-dups (expensive hash table allocation) or delete-consecutive-dups (cheap, but does not work with flex, relies on sorting). Alternatively do nothing and try to fix this upstream. We could fix each of these completion tables on a case-by-case basis.
From my perspective the read-library-name and locate-file-completion-table are not particularly important. I don't think these functions are used often, therefore I consider this issue to be low priority.
Eason0210, iyefrat and agzam
Metadata
Metadata
Assignees
Labels
No labels