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

account display order can be wrong when accounts are declared in multiple files #1909

Closed
simonmichael opened this issue Aug 4, 2022 · 1 comment · Fixed by #1917
Closed
Assignees
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. journal The journal file format, and its features.

Comments

@simonmichael
Copy link
Owner

simonmichael commented Aug 4, 2022

The order of account directives is tracked during parsing, but restarts from 1 in each file, instead of being a total order across all files.

It means that if you have account directives in multiple files, those accounts tend to be displayed interleaved, instead of in the order you would expect (first the accounts declared in first file, then the accounts declared in second file).

@simonmichael simonmichael added A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. journal The journal file format, and its features. labels Aug 4, 2022
@simonmichael
Copy link
Owner Author

simonmichael commented Aug 12, 2022

Update: this still has problems; I have some new tests and fixes in progress.

@simonmichael simonmichael reopened this Aug 12, 2022
@simonmichael simonmichael self-assigned this Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. journal The journal file format, and its features.
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant