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: main ← Head: method-supercall-docs
main
method-supercall-docs
2764375
9 files changed (+44 additions, -0 deletions)
📝 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)
docs/modules/language-reference/pages/index.adoc
pkl-core/src/test/files/LanguageSnippetTests/input/classes/supercalls.pkl
pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls1.pkl
pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls2.pkl
pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls3.pkl
pkl-core/src/test/files/LanguageSnippetTests/output/classes/supercalls.pcf
pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls1.pcf
pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls2.pcf
pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls3.pcf
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:method-supercall-docs📝 Commits (1)
2764375Test 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.