[PR #257] [MERGED] Add specification for language binding API #482

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/257
Author: @bioball
Created: 2/27/2024
Status: Merged
Merged: 2/28/2024
Merged by: @bioball

Base: mainHead: binding-specs


📝 Commits (2)

  • 2b31781 Add specification for language binding API
  • 0985bb5 Use names that are syntactically valid Pkl

📊 Changes

8 files changed (+990 additions, -64 deletions)

View changed files

📝 docs/modules/ROOT/pages/language-bindings.adoc (+3 -0)
📝 docs/modules/ROOT/partials/component-attributes.adoc (+73 -0)
docs/modules/bindings-specification/pages/binary-encoding.adoc (+197 -0)
docs/modules/bindings-specification/pages/index.adoc (+173 -0)
docs/modules/bindings-specification/pages/message-passing-api.adoc (+531 -0)
docs/modules/bindings-specification/partials/component-attributes.adoc (+9 -0)
📝 docs/modules/language-reference/pages/index.adoc (+0 -64)
📝 docs/nav.adoc (+4 -0)

📄 Description

This adds documentation for how the language bindings works, for those that wish to create their own bindings.

Closes https://github.com/apple/pkl/issues/62


🔄 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/257 **Author:** [@bioball](https://github.com/bioball) **Created:** 2/27/2024 **Status:** ✅ Merged **Merged:** 2/28/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `binding-specs` --- ### 📝 Commits (2) - [`2b31781`](https://github.com/apple/pkl/commit/2b317812f68d9c5347fcae0260aab9d8f7f782ab) Add specification for language binding API - [`0985bb5`](https://github.com/apple/pkl/commit/0985bb5227143f7a3df8d853ce2b7668da251f33) Use names that are syntactically valid Pkl ### 📊 Changes **8 files changed** (+990 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/ROOT/pages/language-bindings.adoc` (+3 -0) 📝 `docs/modules/ROOT/partials/component-attributes.adoc` (+73 -0) ➕ `docs/modules/bindings-specification/pages/binary-encoding.adoc` (+197 -0) ➕ `docs/modules/bindings-specification/pages/index.adoc` (+173 -0) ➕ `docs/modules/bindings-specification/pages/message-passing-api.adoc` (+531 -0) ➕ `docs/modules/bindings-specification/partials/component-attributes.adoc` (+9 -0) 📝 `docs/modules/language-reference/pages/index.adoc` (+0 -64) 📝 `docs/nav.adoc` (+4 -0) </details> ### 📄 Description This adds documentation for how the language bindings works, for those that wish to create their own bindings. Closes https://github.com/apple/pkl/issues/62 --- <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:24:53 +01:00
adam closed this issue 2025-12-30 01:24:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#482