Dub importPath and sourcePath variables

2019-08-27 Thread Max via Digitalmars-d-learn
Hello, I am having a problem working with custom build types in Dub. For my project, when I perform a regular build, all of my source code is contained in ./source or ~/.dub/packages/. However, I want to specify a custom build type (called 'tests') that imports modules from the additional dire

Re: Dub importPath and sourcePath variables

2019-09-02 Thread Max via Digitalmars-d-learn
Works great, thanks Andre.

Is there a way to get a compile-time list of all user classes?

2017-01-12 Thread Max via Digitalmars-d-learn
Hello, I would like to get as a result a list of all classes that implement a specific user interface. Is there a way to do this?