www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18193] New: module config is in file 'rt/config.d' which

https://issues.dlang.org/show_bug.cgi?id=18193

          Issue ID: 18193
           Summary: module config is in file 'rt/config.d' which cannot be
                    read
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: belka caraus.de

src/rt isn't shipped with druntime's imports, so it can't be
imported directly from core.runtime.

Create a file that imports 'core.runtime' and
compile it with:
dmd -deps filename.d

The error is:
/usr/include/dmd/druntime/import/core/runtime.d(653): Error: module
config is in file 'rt/config.d' which cannot be read

dmd 2.078.0

--
Jan 05 2018