Package name with same last word results in single Html file
See original GitHub issueI have two packages that end in the same word, for example my/package/name and some/other/name.
When generating a report in Html mode, a single name__.html file is generated.
This causes the navigation in the UI to always go to the single page (whichever wins) rather than have them be distinct.
Is there some way to make the generated filenames more verbose? is there another recommended solution?
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to package everything into single HTML file? #1704
I just need to generate that HTML using something like Parcel, so I can embed the result in the function and return it...
Read more >Android - Package Name convention
Package names are all lowercase, with consecutive words simply concatenated together (no underscores). Examples to avoid: com.companyxyz.Camera ...
Read more >What is HTML and How Does Hypertext Markup Language ...
HTML (Hypertext Markup Language) is a text-based approach to describing how content contained within an HTML file is structured. This markup tells a...
Read more >Go Style Decisions
See package names for more detail around how to choose multi-word package names. ... files, particularly in the same or nearby packages, the...
Read more >text/template - Go Packages
When parsing multiple files with the same name in different directories, the last one mentioned will be the one that results. For instance,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Looks like it worked, I see the numerical identifier on the
.htmlfiles now for duplicates. Thanks a ton!Sent! ❤️