mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
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/387
Author: @HT154
Created: 4/2/2024
Status: ❌ Closed
Base:
release/0.25← Head:backport-144-373-to-0.25📝 Commits (2)
4a59caeFix name resolution intypealiaswith constraint (#144)3401e10Ensure owner and receiver are reset after executing alias (#373)📊 Changes
13 files changed (+94 additions, -9 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/ast/member/TypeAliasNode.java(+2 -1)📝
pkl-core/src/main/java/org/pkl/core/ast/type/TypeNode.java(+30 -2)📝
pkl-core/src/main/java/org/pkl/core/runtime/VmTypeAlias.java(+10 -1)📝
pkl-core/src/main/java/org/pkl/core/runtime/VmUtils.java(+8 -0)➕
pkl-core/src/test/files/LanguageSnippetTests/input-helper/types/typeAliasConstraint2.pkl(+3 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/input/types/typeAlias2.pkl(+7 -0)➕
pkl-core/src/test/files/LanguageSnippetTests/input/types/typeAliasConstraint1.pkl(+12 -0)➕
pkl-core/src/test/files/LanguageSnippetTests/input/types/typeAliasConstraint2.pkl(+8 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/api/string.pcf(+4 -4)📝
pkl-core/src/test/files/LanguageSnippetTests/output/types/typeAlias2.pcf(+4 -0)➕
pkl-core/src/test/files/LanguageSnippetTests/output/types/typeAliasConstraint1.pcf(+2 -0)➕
pkl-core/src/test/files/LanguageSnippetTests/output/types/typeAliasConstraint2.pcf(+3 -0)📝
stdlib/base.pkl(+1 -1)📄 Description
#144 and #373 contain some critical fixes to typealias resolution that would be great to have available in a published release prior to the planned 0.26 release
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.