Skip to content

Select messages should be ordered by declaration ID #1294

@dschrempf

Description

@dschrempf

At the moment we emit trace messages in the select pass in a pretty randomly-chosen order:

    let ...
    in  (    unitSelect
        ,    selectStatusMsgs
          -- If there were no predicate matches we issue a warning to the user.
          ++ [ SelectNoDeclarationsMatched | Set.null rootIds ]
          ++ getDelayedMsgs      selectedIndex

Ideally we sort the messages, for example by declaration ID.

Metadata

Metadata

Assignees

Labels

triageRequires triage

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions