Re: DUB mismatch between project structure and dub.json contents

2017-04-10 Thread Rene Zwanenburg via Digitalmars-d-learn
On Monday, 10 April 2017 at 12:56:49 UTC, Nordlöw wrote: src/knet/traversal.d(20,8): Error: module factixs from file src/knet/factixs.d must be imported with 'import factixs;' What am I doing wrong? My first guess would be that the module declaration in that file is incorrect. Are you sure

Re: DUB mismatch between project structure and dub.json contents

2017-04-10 Thread Nordlöw via Digitalmars-d-learn
On Monday, 10 April 2017 at 12:56:49 UTC, Nordlöw wrote: I have a project with the tree structure ├── knetquery Ignore this sub-directory. It's unused. Further, `dub -v` outputs Using dub registry url 'http://code.dlang.org/' Refreshing local packages (refresh existing: true)... Looking for

DUB mismatch between project structure and dub.json contents

2017-04-10 Thread Nordlöw via Digitalmars-d-learn
I have a project with the tree structure ├── knetquery └── src └── knet ├── lectures ├── readers └── tests ├── linenoise (submodule) ├── linenoise-d (submodule) │ ... └── phobos-next (submodule) ... and a DUB-conversion whoose `dub.json` currently contains {