Skip to content

Find solution for duplicate candidates #69

@minad

Description

@minad

Affected completion tables which return duplicates:

  • Info-read-node-name-2
  • read-library-name
  • locate-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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions