mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 23:23:37 +01:00
[PR #679] [CLOSED] improve error messages for cyclical project dependencies during resolution #666
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/679
Author: @stackoverflow
Created: 10/11/2024
Status: ❌ Closed
Base:
main← Head:cyclical-dependency-fix📝 Commits (1)
fb16bb8improve error messages for cyclical project dependencies during resolution📊 Changes
5 files changed (+45 additions, -0 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/project/Project.java(+3 -0)📝
pkl-core/src/main/resources/org/pkl/core/errorMessages.properties(+4 -0)📝
pkl-core/src/test/kotlin/org/pkl/core/project/ProjectDependenciesResolverTest.kt(+14 -0)➕
pkl-core/src/test/resources/org/pkl/core/project/projectCycle1/PklProject(+12 -0)➕
pkl-core/src/test/resources/org/pkl/core/project/projectCycle2/PklProject(+12 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.