mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Pkldoc: If DocPackageInfo.version is not semver version core the Module is not visible in overview
#236
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @StefMa on GitHub (Oct 30, 2024).
I just noticed that in case the

DocPackageInfo.versionis not a semver core version (MAJOR.MINOR.PATCH), then the Module will not be displayed in the overview:The page is just empty ☝️
However, the files are beeing created.

Going to
URL.com/com.github(com.githubis theDocPackageInfo.name), the pre-version is displayed correctly:Right now I'm not sure if this is an bug (Module is not displayed) or intented behaviour that should be documented.
@bioball commented on GitHub (Oct 31, 2024):
pkldoc omits pre-release packages from the index page. So, given the current logic, this is expected behavior.