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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:fix-converters-docs📝 Commits (2)
5f8d9eaFix documentation about ValueRenderer convertersa621576Update docs about precedence of class-based converters📊 Changes
1 file changed (+11 additions, -5 deletions)
View changed files
📝
stdlib/base.pkl(+11 -5)📄 Description
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.