[PR #422] [MERGED] Fix documentation about ValueRenderer converters #543

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/422
Author: @bioball
Created: 4/12/2024
Status: Merged
Merged: 4/16/2024
Merged by: @bioball

Base: mainHead: fix-converters-docs


📝 Commits (2)

  • 5f8d9ea Fix documentation about ValueRenderer converters
  • a621576 Update docs about precedence of class-based converters

📊 Changes

1 file changed (+11 additions, -5 deletions)

View changed files

📝 stdlib/base.pkl (+11 -5)

📄 Description

  • Class-based converters are covariant, not invariant.
  • Between multiple class-based converters, the most specific one wins.

Also: format doc comment according to 100 character max column width.


🔄 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/422 **Author:** [@bioball](https://github.com/bioball) **Created:** 4/12/2024 **Status:** ✅ Merged **Merged:** 4/16/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `fix-converters-docs` --- ### 📝 Commits (2) - [`5f8d9ea`](https://github.com/apple/pkl/commit/5f8d9eacede7640ee0a75b6a9ecba3b4cf246850) Fix documentation about ValueRenderer converters - [`a621576`](https://github.com/apple/pkl/commit/a6215763117cd03b8724a14cafeff84d30336962) Update docs about precedence of class-based converters ### 📊 Changes **1 file changed** (+11 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `stdlib/base.pkl` (+11 -5) </details> ### 📄 Description * Class-based converters are covariant, not invariant. * Between multiple class-based converters, the most specific one wins. Also: format doc comment according to 100 character max column width. --- <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:14 +01:00
adam closed this issue 2025-12-30 01:25:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#543