-
Notifications
You must be signed in to change notification settings - Fork 412
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
[K2] Unstable documentable order #3250
Comments
The order of functions also seems to be unstable compared to K1. This test reproduces it: Lines 75 to 81 in 4e47ed4
|
It's unclear what order we want to have in Dokka, by alphabet or as in code. First need to decide the product part. |
Need to research which user-visible pages have undetermined / unstable order, and ask @d-ambatenne to help. If it's only internal and related to our plugin API, we can decide it internally. |
It also affects a KDoc link of overload. See tests in #3447 |
I have created KT-65110 to have a stable order internally. |
Action point:
|
Just for the record, the unit test |
The order of documentable packages is unstable. It can affect order of packages in a navigation menu.
Presumably it happens due to unstable order of source files. The order (traversing) of files depends on a system (linux/windows) https://github.com/Kotlin/dokka/actions/runs/6630172896/job/18012742052?pr=3227.
See the test
two classes from different packages
, but more tests of package order are required.The text was updated successfully, but these errors were encountered: