mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
Ability to inherit multiple classes #198
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sandeshworld on GitHub (Aug 7, 2024).
I think being able to extend multiple classes would improve usability quite a bit!
The following is currently possible:
It would be useful to also be able to do something like:
@holzensp commented on GitHub (Aug 20, 2024):
This would need signficantly more detail (motivation, how to resolve the diamond problem, etc, etc). This is generally a problem in (nominative) hierarchical type systems, so without further restrictions/requirements, this ask can't be satisfied.