[PR #943] [MERGED] Test and document supercalls using the same method/property name #817

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/943
Author: @HT154
Created: 2/10/2025
Status: Merged
Merged: 2/13/2025
Merged by: @bioball

Base: mainHead: method-supercall-docs


📝 Commits (1)

  • 2764375 Test and document supercalls using the same method/property name

📊 Changes

9 files changed (+44 additions, -0 deletions)

View changed files

📝 docs/modules/language-reference/pages/index.adoc (+23 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/input/classes/supercalls.pkl (+8 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls1.pkl (+2 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls2.pkl (+2 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls3.pkl (+3 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/output/classes/supercalls.pcf (+2 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls1.pcf (+1 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls2.pcf (+1 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls3.pcf (+2 -0)

📄 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/943 **Author:** [@HT154](https://github.com/HT154) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `method-supercall-docs` --- ### 📝 Commits (1) - [`2764375`](https://github.com/apple/pkl/commit/27643758a0760d4673ab392a99f28ee041078050) Test and document supercalls using the same method/property name ### 📊 Changes **9 files changed** (+44 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/language-reference/pages/index.adoc` (+23 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/input/classes/supercalls.pkl` (+8 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls1.pkl` (+2 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls2.pkl` (+2 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls3.pkl` (+3 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/output/classes/supercalls.pcf` (+2 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls1.pcf` (+1 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls2.pcf` (+1 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls3.pcf` (+2 -0) </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:27:00 +01:00
adam closed this issue 2025-12-30 01:27:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#817