Thread overview
Proposed change to Deimos rules
Jan 24, 2019
Victor Porton
Jan 24, 2019
Kagamin
Jan 24, 2019
Vladimir Panteleev
January 24, 2019
At https://wiki.dlang.org/Talk:Deimos I propose to change Deimos rules:

---
Can we lessen the rules to allow linkage to our D binary for additional D modules (not for the module which does plain C linkage)?

The idea to avoid D linkage was probably wise, but why to require it for every module? We could allow to compile and link additional modules (such as object-oriented wrappers above the linked C code).
---

Your opinion?
January 24, 2019
You can provide D code as a separate package.
January 24, 2019
On Thursday, 24 January 2019 at 11:40:04 UTC, Victor Porton wrote:
> At https://wiki.dlang.org/Talk:Deimos I propose to change Deimos rules:
>
> [...]
>
> Your opinion?

I tried to answer this by clarifying https://wiki.dlang.org/Deimos#Translation just now.

See the first item under "Translation", especially the rationale.

Hope this helps.