mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #524] Fix links to dependencies #602
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/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.