mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #328] [MERGED] Follow HTTP redirects #502
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/328
Author: @odenix
Created: 3/17/2024
Status: ✅ Merged
Merged: 3/21/2024
Merged by: @bioball
Base:
main← Head:redirect📝 Commits (1)
3b533baFollow HTTP redirects📊 Changes
10 files changed (+105 additions, -16 deletions)
View changed files
📝
pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectPackagerTest.kt(+1 -1)📝
pkl-commons-test/src/main/kotlin/org/pkl/commons/test/InputOutputTestEngine.kt(+20 -2)📝
pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PackageServer.kt(+13 -1)📝
pkl-core/src/main/java/org/pkl/core/http/JdkHttpClient.java(+2 -0)📝
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/packages/redirects.pkl(+15 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/packages/packages2.pcf(+2 -2)➕
pkl-core/src/test/files/LanguageSnippetTests/output/packages/redirects.pcf(+26 -0)📝
pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt(+24 -8)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.