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.

Problems with `package-list`

See original GitHub issue
  1. package-list is in a root folder for a milti-module project, e.g. here. Although in a single module project package-list is in a non-root folder, e.g. here. I agree with Marcin: javadoc places element-list near index.html, like dokka does for multimodule. It can make sense to unify the single module.
  2. You can compare old package-list of stdlib and https://vmishenev.github.io/kotlin-dokka-stdlib/prefinal/stdlib/package-list. The latter has a huge size. I think there are too many redundant $dokka.location commands.
  3. We do not specify cases of using $dokka.location directives explicitly. It would be great to have a doc (e.g. KDoc) describing a package-list format.

Issue Analytics

  • State:open
  • Created 9 months ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
hfhbdcommented, Dec 14, 2022
0reactions
vmishenevcommented, Dec 16, 2022

Feature to consider, related to package lists: help users understand which package lists are missing.

It was in old Dokka #1470

Use case is the following: build agents don’t have access to the internet, so package lists are cached locally and supplied as plain files (as opposed to providing internet URLs). The problem is that it’s difficult to understand when external package lists have been updated and thus should be pulled and cached locally.

Is this a practical case? What type of cache do you mean? Can a timestamp help?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android build error in PackageList.java · Issue #525 - GitHub
I'm getting the following error when running react-native run-android /Users/.
Read more >
Android Error: Cannot resolve symbol 'PackageList'
Cannot resolve symbol 'PackageList'. I am getting this error once I open the android folder in my newly generated react-native project.
Read more >
missing package-list for JDK10 / JDK11 documentation
ADDITIONAL SYSTEM INFORMATION : affects JDK10 and JDK11. The package-list is present in JDK9 docs... A DESCRIPTION OF THE PROBLEM :
Read more >
container/list - Go Packages
Package list implements a doubly linked list. To iterate over a list (where l is a *List): for e := l.Front(); e !=...
Read more >
"Failed to load the package list" - Ask Ubuntu
When attempting to remove, install or update software through the Ubuntu Software Center, I came upon an error like this... Failed to load...
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