mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #503] [MERGED] Omit showing stdlib as dependency in pkldoc #587
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?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/503
Author: @bioball
Created: 5/23/2024
Status: ✅ Merged
Merged: 5/28/2024
Merged by: @bioball
Base:
main← Head:omit-stdlib-dependency📝 Commits (1)
e2510e5Omit showing stdlib as dependency in pkldoc📊 Changes
6 files changed (+11 additions, -8 deletions)
View changed files
📝
pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt(+4 -2)📝
pkl-doc/src/main/kotlin/org/pkl/doc/RuntimeDataGenerator.kt(+5 -0)📝
pkl-doc/src/test/files/DocGeneratorTest/output/com.package1/1.2.3/index.html(+1 -1)📝
pkl-doc/src/test/files/DocGeneratorTest/output/com.package2/4.5.6/index.html(+0 -2)📝
pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/birds/0.5.0/index.html(+1 -1)📝
pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/fruit/1.1.0/index.html(+0 -2)📄 Description
The stdlib is an implicit dependency for every package. Showing this as a dependency is unnecessary noise.
Before:

After:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.