This is a backwards-incompatible change. I assume this isn't a public API because it isn't documented.
PS: CliDownloadPackageCommandTest is very flaky for me. I believe the reason is that PackageServer binds to a hardcoded port (12110).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/162
**Author:** [@odenix](https://github.com/odenix)
**Created:** 2/15/2024
**Status:** ✅ Merged
**Merged:** 2/15/2024
**Merged by:** [@bioball](https://github.com/bioball)
**Base:** `main` ← **Head:** `fix-typo`
---
### 📝 Commits (1)
- [`94a9a52`](https://github.com/apple/pkl/commit/94a9a5293c6f046e586abb5f49d9febf082742f7) Fix typo in constructor parameter name
### 📊 Changes
**2 files changed** (+10 additions, -10 deletions)
<details>
<summary>View changed files</summary>
📝 `pkl-cli/src/main/kotlin/org/pkl/cli/CliDownloadPackageCommand.kt` (+2 -2)
📝 `pkl-cli/src/test/kotlin/org/pkl/cli/CliDownloadPackageCommandTest.kt` (+8 -8)
</details>
### 📄 Description
This is a backwards-incompatible change. I assume this isn't a public API because it isn't documented.
PS: `CliDownloadPackageCommandTest` is very flaky for me. I believe the reason is that `PackageServer` binds to a hardcoded port (12110).
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/162
Author: @odenix
Created: 2/15/2024
Status: ✅ Merged
Merged: 2/15/2024
Merged by: @bioball
Base:
main← Head:fix-typo📝 Commits (1)
94a9a52Fix typo in constructor parameter name📊 Changes
2 files changed (+10 additions, -10 deletions)
View changed files
📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliDownloadPackageCommand.kt(+2 -2)📝
pkl-cli/src/test/kotlin/org/pkl/cli/CliDownloadPackageCommandTest.kt(+8 -8)📄 Description
This is a backwards-incompatible change. I assume this isn't a public API because it isn't documented.
PS:
CliDownloadPackageCommandTestis very flaky for me. I believe the reason is thatPackageServerbinds to a hardcoded port (12110).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.