[Issue 17918] Segmentation fault dmd failed with exit code 139.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Oct 20 10:53:27 UTC 2017


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

--- Comment #1 from Roman <freeslave93 at gmail.com> ---
Note that there's another error that precedes the crash

../inilike/source/inilike/file.d(185,33): Error: no property 'map' for type
'ByNode!(Node)'
[../inilike/source/inilike/file.d(183,19)] byNode _error_

While import std.algorithm : map is clearly here.
There's another function that has the same import, byEntry. If I move such
import into the scope available for both functions there's no error.

--


More information about the Digitalmars-d-bugs mailing list