| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@rigzad Thanks for the PR ❤️ |
Sorry, something went wrong.
Two extraction calls that resolve to the same msgid at the same file:line each contribute a reference group, and merge_messages_after_checks/2 concatenates them without uniquing. Macro-generated code produces N calls attributed to a single line, so the same comment is written N times. on the very next line is already uniqued; this makes consistent with it.
Co-authored-by: Jonatan Männchen <jonatan@maennchen.ch>
| Back | FazBrowse Home | New Git URL |
Two extraction calls that resolve to the same msgid at the same file:line each contribute a reference group, and merge_messages_after_checks/2 concatenates them without uniquing. Macro-generated code produces N calls attributed to a single line, so the same #: comment is written N times.
extracted_comments on the very next line is already uniqued; this makes references consistent with it.