Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order units-suggest outputs by file/line/column #201

Open
jaytorry opened this issue Sep 12, 2024 · 1 comment
Open

Order units-suggest outputs by file/line/column #201

jaytorry opened this issue Sep 12, 2024 · 1 comment

Comments

@jaytorry
Copy link
Collaborator

The order of units-suggest outputs is not as helpful as it could be (something to do with variable name?). Ordering by file/line/column would make it easier to work through the annotations.

Example of current order:

humidity.f90: 16 variable declarations suggested to be given a specification:
    humidity.f90:46:32    ps
    humidity.f90:48:20    qsat
    humidity.f90:47:32    sig
    humidity.f90:45:32    ta
    humidity.f90:33:32    ps
    humidity.f90:36:35    qa
    humidity.f90:37:35    qsat
    humidity.f90:34:32    sig
    humidity.f90:32:32    ta
    humidity.f90:19:32    ps
    humidity.f90:23:35    qsat
    humidity.f90:22:35    rh
    humidity.f90:20:32    sig
    humidity.f90:18:32    ta
    params.f90:21:27    iy
    types.f90:12:27    p
@dorchard
Copy link
Member

Ah interesting. This should be not too hard to fix, just sorting the outputs based on filename, line, column first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants