Original PR: https://github.com/apple/pkl/pull/524 Author: @bioball Created: 6/13/2024 Status: 🔄 Open
Base: main ← Head: dependency-link-fix
main
dependency-link-fix
2538752
17 files changed (+44 additions, -30 deletions)
📝 pkl-commons-test/src/main/files/packages/birds@0.5.0/birds@0.5.0.json (+1 -1) 📝 pkl-commons-test/src/main/files/packages/fruit@1.0.5/fruit@1.0.5.json (+0 -1) 📝 pkl-commons-test/src/main/files/packages/fruit@1.1.0/fruit@1.1.0.json (+0 -1) 📝 pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PackageServer.kt (+3 -3) 📝 pkl-core/src/test/files/LanguageSnippetTests/input/packages/packages1.pkl (+1 -1) 📝 pkl-core/src/test/files/LanguageSnippetTests/input/packages/packages2.pkl (+1 -1) 📝 pkl-core/src/test/files/LanguageSnippetTests/input/projects/project4/PklProject.deps.json (+1 -1) 📝 pkl-core/src/test/files/LanguageSnippetTests/output/packages/packages2.pcf (+2 -2) 📝 pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGenerator.kt (+3 -2) 📝 pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt (+1 -1) 📝 pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt (+1 -1) 📝 pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt (+24 -9) 📝 pkl-doc/src/test/files/DocGeneratorTest/output/com.package1/1.2.3/index.html (+1 -1) 📝 pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/birds/0.5.0/Bird/index.html (+1 -1) 📝 pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/birds/0.5.0/index.html (+2 -2) 📝 pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/birds/0.5.0/package-data.json (+1 -1) 📝 pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/fruit/1.1.0/index.html (+1 -1)
pkl-commons-test/src/main/files/packages/birds@0.5.0/birds@0.5.0.json
pkl-commons-test/src/main/files/packages/fruit@1.0.5/fruit@1.0.5.json
pkl-commons-test/src/main/files/packages/fruit@1.1.0/fruit@1.1.0.json
pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PackageServer.kt
pkl-core/src/test/files/LanguageSnippetTests/input/packages/packages1.pkl
pkl-core/src/test/files/LanguageSnippetTests/input/packages/packages2.pkl
pkl-core/src/test/files/LanguageSnippetTests/input/projects/project4/PklProject.deps.json
pkl-core/src/test/files/LanguageSnippetTests/output/packages/packages2.pcf
pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGenerator.kt
pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt
pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt
pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt
pkl-doc/src/test/files/DocGeneratorTest/output/com.package1/1.2.3/index.html
pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/birds/0.5.0/Bird/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/birds/0.5.0/package-data.json
pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/fruit/1.1.0/index.html
This fixes an issue where package dependencies are not rendered correctly.
This also changes the names shown for these dependencies.
Before: fruits After: localhost:0/fruits
fruits
localhost:0/fruits
🔄 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/524
Author: @bioball
Created: 6/13/2024
Status: 🔄 Open
Base:
main← Head:dependency-link-fix📝 Commits (1)
2538752Fix links to dependencies📊 Changes
17 files changed (+44 additions, -30 deletions)
View changed files
📝
pkl-commons-test/src/main/files/packages/birds@0.5.0/birds@0.5.0.json(+1 -1)📝
pkl-commons-test/src/main/files/packages/fruit@1.0.5/fruit@1.0.5.json(+0 -1)📝
pkl-commons-test/src/main/files/packages/fruit@1.1.0/fruit@1.1.0.json(+0 -1)📝
pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PackageServer.kt(+3 -3)📝
pkl-core/src/test/files/LanguageSnippetTests/input/packages/packages1.pkl(+1 -1)📝
pkl-core/src/test/files/LanguageSnippetTests/input/packages/packages2.pkl(+1 -1)📝
pkl-core/src/test/files/LanguageSnippetTests/input/projects/project4/PklProject.deps.json(+1 -1)📝
pkl-core/src/test/files/LanguageSnippetTests/output/packages/packages2.pcf(+2 -2)📝
pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGenerator.kt(+3 -2)📝
pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt(+1 -1)📝
pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt(+1 -1)📝
pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt(+24 -9)📝
pkl-doc/src/test/files/DocGeneratorTest/output/com.package1/1.2.3/index.html(+1 -1)📝
pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/birds/0.5.0/Bird/index.html(+1 -1)📝
pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/birds/0.5.0/index.html(+2 -2)📝
pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/birds/0.5.0/package-data.json(+1 -1)📝
pkl-doc/src/test/files/DocGeneratorTest/output/localhost(3a)0/fruit/1.1.0/index.html(+1 -1)📄 Description
This fixes an issue where package dependencies are not rendered correctly.
This also changes the names shown for these dependencies.
Before:
fruitsAfter:
localhost:0/fruits🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.