Original PR: https://github.com/apple/pkl/pull/1143 Author: @bioball Created: 7/23/2025 Status: ✅ Merged Merged: 7/23/2025 Merged by: @bioball
Base: main ← Head: fix-http-noproxy
main
fix-http-noproxy
cf9d54a
3 files changed (+95 additions, -1 deletions)
📝 pkl-cli/src/test/kotlin/org/pkl/cli/CliEvaluatorTest.kt (+86 -0) 📝 pkl-cli/src/test/kotlin/org/pkl/cli/CliMainTest.kt (+8 -0) 📝 pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt (+1 -1)
pkl-cli/src/test/kotlin/org/pkl/cli/CliEvaluatorTest.kt
pkl-cli/src/test/kotlin/org/pkl/cli/CliMainTest.kt
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt
Fixes an issue where http.noProxy settings are ignored.
http.noProxy
Closes #1142
🔄 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/1143
Author: @bioball
Created: 7/23/2025
Status: ✅ Merged
Merged: 7/23/2025
Merged by: @bioball
Base:
main← Head:fix-http-noproxy📝 Commits (1)
cf9d54aDefer noproxy to settings.pkl or PklProject if not set explicitly📊 Changes
3 files changed (+95 additions, -1 deletions)
View changed files
📝
pkl-cli/src/test/kotlin/org/pkl/cli/CliEvaluatorTest.kt(+86 -0)📝
pkl-cli/src/test/kotlin/org/pkl/cli/CliMainTest.kt(+8 -0)📝
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt(+1 -1)📄 Description
Fixes an issue where
http.noProxysettings are ignored.Closes #1142
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.