[PR #1364] [MERGED] Fix bug in parsing of super expression #1048

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1364
Author: @stackoverflow
Created: 12/12/2025
Status: Merged
Merged: 12/12/2025
Merged by: @stackoverflow

Base: mainHead: parser-fix


📝 Commits (1)

  • 99e7257 Fix bug in parsing of super expression

📊 Changes

3 files changed (+26 additions, -1 deletions)

View changed files

pkl-core/src/test/files/LanguageSnippetTests/input/parser/spread.pkl (+15 -0)
pkl-core/src/test/files/LanguageSnippetTests/output/parser/spread.pcf (+8 -0)
📝 pkl-parser/src/main/java/org/pkl/parser/Parser.java (+3 -1)

📄 Description

No description provided


🔄 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/1364 **Author:** [@stackoverflow](https://github.com/stackoverflow) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@stackoverflow](https://github.com/stackoverflow) **Base:** `main` ← **Head:** `parser-fix` --- ### 📝 Commits (1) - [`99e7257`](https://github.com/apple/pkl/commit/99e72571211a90b89aa1ea557c42d6e44b721963) Fix bug in parsing of super expression ### 📊 Changes **3 files changed** (+26 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `pkl-core/src/test/files/LanguageSnippetTests/input/parser/spread.pkl` (+15 -0) ➕ `pkl-core/src/test/files/LanguageSnippetTests/output/parser/spread.pcf` (+8 -0) 📝 `pkl-parser/src/main/java/org/pkl/parser/Parser.java` (+3 -1) </details> ### 📄 Description _No description provided_ --- <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:28:29 +01:00
adam closed this issue 2025-12-30 01:28:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#1048