defold / defold/defold

Can't provide an implementation for an :abstract output as a mixin (DEFEDIT-1483)

Open
#3,905 0 comments 0 reactions 0 assignees View on GitHub
bug editor
Dominant language
C++
Stars
6.3k
Forks
455
Avg merge
2d 2h
Merged PRs (30d)
129

Description

Say we have a defnode A with an abstract output O, and a defnode C with a concrete implementation for O. A defnode D inheriting from A and O will complain that O is still abstract. This is sorta kinda how most OO languages would work, but our "inherits" semantics is more of "inject the definition of X here" so I would expect D to have C's implementation of O in place.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.