[PR #220] [MERGED] Fix concurrency bug in PackageResolvers #457

Closed
opened 2025-12-30 01:24:36 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/220
Author: @odenix
Created: 2/21/2024
Status: Merged
Merged: 2/21/2024
Merged by: @bioball

Base: mainHead: resolver-concurrency


📝 Commits (1)

  • 8df7ea5 Fix concurrency bug in PackageResolvers

📊 Changes

1 file changed (+14 additions, -15 deletions)

View changed files

📝 pkl-core/src/main/java/org/pkl/core/packages/PackageResolvers.java (+14 -15)

📄 Description

Access to field "isClosed" must be guarded.


🔄 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/220 **Author:** [@odenix](https://github.com/odenix) **Created:** 2/21/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `resolver-concurrency` --- ### 📝 Commits (1) - [`8df7ea5`](https://github.com/apple/pkl/commit/8df7ea5785866d25cbe833b56ea331cab186d931) Fix concurrency bug in PackageResolvers ### 📊 Changes **1 file changed** (+14 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `pkl-core/src/main/java/org/pkl/core/packages/PackageResolvers.java` (+14 -15) </details> ### 📄 Description Access to field "isClosed" must be guarded. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:24:36 +01:00
adam closed this issue 2025-12-30 01:24:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#457