Original PR: https://github.com/apple/pkl/pull/740 Author: @odenix Created: 10/25/2024 Status: ✅ Merged Merged: 10/25/2024 Merged by: @bioball
Base: main ← Head: check-uint
main
check-uint
47debeb
3 files changed (+45 additions, -1 deletions)
📝 pkl-core/src/main/java/org/pkl/core/ast/type/TypeNode.java (+1 -1) 📝 pkl-core/src/test/files/LanguageSnippetTests/input/basic/as2.pkl (+24 -0) 📝 pkl-core/src/test/files/LanguageSnippetTests/output/basic/as2.pcf (+20 -0)
pkl-core/src/main/java/org/pkl/core/ast/type/TypeNode.java
pkl-core/src/test/files/LanguageSnippetTests/input/basic/as2.pkl
pkl-core/src/test/files/LanguageSnippetTests/output/basic/as2.pcf
For example, Listing<UInt16> is equivalent to Listing<UInt16>, but not to Listing<UInt32>.
Listing<UInt16>
Listing<UInt32>
🔄 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/740
Author: @odenix
Created: 10/25/2024
Status: ✅ Merged
Merged: 10/25/2024
Merged by: @bioball
Base:
main← Head:check-uint📝 Commits (1)
47debebFix lazy type checking of UInt types📊 Changes
3 files changed (+45 additions, -1 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/ast/type/TypeNode.java(+1 -1)📝
pkl-core/src/test/files/LanguageSnippetTests/input/basic/as2.pkl(+24 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/basic/as2.pcf(+20 -0)📄 Description
For example,
Listing<UInt16>is equivalent toListing<UInt16>, but not toListing<UInt32>.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.