[PR #626] [MERGED] Remove const from reserved keywords (remnant) #647

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/626
Author: @holzensp
Created: 8/14/2024
Status: Merged
Merged: 8/14/2024
Merged by: @holzensp

Base: mainHead: pruneReservedKeyword


📝 Commits (1)

  • 50bab6a Remove const from reserved keywords (remnant)

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 pkl-core/src/main/antlr/PklParser.g4 (+0 -1)

📄 Description

const has been implemented and is no longer a "reserved" (for the future) keyword.


🔄 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/626 **Author:** [@holzensp](https://github.com/holzensp) **Created:** 8/14/2024 **Status:** ✅ Merged **Merged:** 8/14/2024 **Merged by:** [@holzensp](https://github.com/holzensp) **Base:** `main` ← **Head:** `pruneReservedKeyword` --- ### 📝 Commits (1) - [`50bab6a`](https://github.com/apple/pkl/commit/50bab6a8d046c3f68db3665e8679d7ee04ccd2f2) Remove `const` from reserved keywords (remnant) ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pkl-core/src/main/antlr/PklParser.g4` (+0 -1) </details> ### 📄 Description `const` has been implemented and is no longer a "reserved" (for the future) keyword. --- <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:25:56 +01:00
adam closed this issue 2025-12-30 01:25:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#647