mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 23:23:37 +01:00
[PR #1078] [MERGED] Fix doc dependency link #879
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/1078
Author: @stackoverflow
Created: 5/26/2025
Status: ✅ Merged
Merged: 5/28/2025
Merged by: @stackoverflow
Base:
main← Head:fix-doc-dependency-link📝 Commits (4)
8660ffdFix doc dependency linke5b418fAdd host to link36a0f81Encode dependency path4bf7b09Fix review remark📊 Changes
13 files changed (+44 additions, -24 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/kotlin/org/pkl/commons/test/PackageServer.kt(+2 -2)📝
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/DocPackageInfo.kt(+7 -0)📝
pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt(+7 -2)📝
pkl-doc/src/main/kotlin/org/pkl/doc/PageGenerator.kt(+18 -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)📄 Description
Package dependencies have wrong links sometimes due to how the URL is built.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.