[PR #740] [MERGED] Fix lazy type checking of UInt types #703

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

📋 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: mainHead: check-uint


📝 Commits (1)

  • 47debeb Fix 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 to Listing<UInt16>, but not to Listing<UInt32>.


🔄 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/740 **Author:** [@odenix](https://github.com/odenix) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 10/25/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `check-uint` --- ### 📝 Commits (1) - [`47debeb`](https://github.com/apple/pkl/commit/47debeb9b614a7ce95174f458b17085821360df2) Fix lazy type checking of UInt types ### 📊 Changes **3 files changed** (+45 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description For example, `Listing<UInt16>` is equivalent to `Listing<UInt16>`, but not to `Listing<UInt32>`. --- <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:26:15 +01:00
adam closed this issue 2025-12-30 01:26:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#703