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
main
omit-stdlib-dependency
e2510e5
6 files changed (+11 additions, -8 deletions)
📝 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)
pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt
pkl-doc/src/main/kotlin/org/pkl/doc/RuntimeDataGenerator.kt
pkl-doc/src/test/files/DocGeneratorTest/output/com.package1/1.2.3/index.html
pkl-doc/src/test/files/DocGeneratorTest/output/com.package2/4.5.6/index.html
pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/birds/0.5.0/index.html
pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/fruit/1.1.0/index.html
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.