Re: List installed modules

2018-03-10 Thread psychoticRabbit via Digitalmars-d-learn
On Sunday, 11 March 2018 at 03:52:19 UTC, psychoticRabbit wrote: Whether dub does that currently I do not know, as i don't use dub, or any additional packages outside of phobos. oh > dub list ;-)

Re: List installed modules

2018-03-10 Thread psychoticRabbit via Digitalmars-d-learn
On Sunday, 11 March 2018 at 01:04:27 UTC, Roberto wrote: How do I list installed modules? or.. https://dlang.org/phobos/index.html

Re: List installed modules

2018-03-10 Thread psychoticRabbit via Digitalmars-d-learn
On Sunday, 11 March 2018 at 01:04:27 UTC, Roberto wrote: How do I list installed modules? dmd --list-modules datefmt dateparser std.algorithm std.array std.conv std.datetime std.digest std.exception std.file std.format std.getopt std.json std.math ... Presumably, you mean packages installed

Re: List installed modules

2018-03-10 Thread Roberto via Digitalmars-d-learn
On Sunday, 11 March 2018 at 01:55:07 UTC, Jonathan M Davis wrote: On Sunday, March 11, 2018 01:04:27 Roberto via Digitalmars-d-learn wrote: [...] The compiler has no concept of installed modules any more than C/C++ has a concept of installed header files. It has paths that it looks in for

Re: List installed modules

2018-03-10 Thread Jonathan M Davis via Digitalmars-d-learn
On Sunday, March 11, 2018 01:04:27 Roberto via Digitalmars-d-learn wrote: > How do I list installed modules? > > dmd --list-modules > datefmt > dateparser > std.algorithm > std.array > std.conv > std.datetime > std.digest > std.exception > std.file > std.format > std.getopt > std.json > std.math >