D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 15937 - DMD should only expand tilde at start of paths
Summary: DMD should only expand tilde at start of paths
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86 Mac OS X
: P1 major
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2016-04-17 21:32 UTC by David Nadlinger
Modified: 2022-11-07 10:51 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description David Nadlinger 2016-04-17 21:32:30 UTC
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.
Comment 1 RazvanN 2022-11-07 10:51:56 UTC
Fixed by: https://github.com/dlang/dmd/pull/10284