mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 23:23:37 +01:00
[PR #740] [MERGED] Fix lazy type checking of UInt types #703
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/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.