[Issue 15937] New: DMD should only expand tilde at start of paths
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Apr 17 14:32:30 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15937
Issue ID: 15937
Summary: DMD should only expand tilde at start of paths
Product: D
Version: D2
Hardware: x86
OS: Mac OS X
Status: NEW
Keywords: pull
Severity: major
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: code at klickverbot.at
Originally reported by Konstantinos Margaritis here:
https://github.com/ldc-developers/ldc/pull/1276
DMD should expand tildes only as the first character of include/… paths, and if
followed by a path separator.
This is a real issue as such paths tend to crop up as part of Debian packaging.
Pull request incoming.
--
More information about the Digitalmars-d-bugs
mailing list