Release D 2.087.0

David Nadlinger code at klickverbot.at
Mon Jul 15 20:39:14 UTC 2019


On Monday, 15 July 2019 at 20:27:16 UTC, Johannes Pfau wrote:
> I guess this should be documented somewhere then.

See druntime/CONTRIBUTING.md:

```
In general, only modules in the 'core' package should be
made public. The single exception is the 'object' module
which is not in any package.

The convention is to put private modules in the 'rt' or
'gc' packages depending on what they do and only put
public modules in 'core'.

Also, always avoid importing private modules in public
modules. […]
```

This split has been in place since back in the D1/Tango days.

  — David


More information about the Digitalmars-d-announce mailing list