[Issue 4563] [module system] Error messages for missing package or missing name

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 18 07:38:26 UTC 2018


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

Dmitry Olshansky <dmitry.olsh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh at gmail.com

--- Comment #14 from Dmitry Olshansky <dmitry.olsh at gmail.com> ---
▶ dmd -O saa.d
saa.d(1): Error: module `bitmanips` is in file 'std/bitmanips.d' which cannot
be read
import path[0] = /home/olshanskiy/dmd2/linux/bin64/../../src/phobos
import path[1] = /home/olshanskiy/dmd2/linux/bin64/../../src/druntime/import

---


▶ dmd -O saa.d
saa.d(1): Error: module `std.bitmanip` import bitfield not found, did you mean
template std.bitmanip.bitfields(T...)?

Both of which are pretty good and cover the request here rather well (esp. the
2nd one)

--


More information about the Digitalmars-d-bugs mailing list