question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Package name with same last word results in single Html file

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jpreesecommented, Dec 28, 2021

Looks like it worked, I see the numerical identifier on the .html files now for duplicates. Thanks a ton!

1reaction
jpreesecommented, Dec 28, 2021

Sent! ❤️

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found