Re: I didn't succeed in creating an empty project for a long time

2018-03-08 Thread Sönke Ludwig via Digitalmars-d

Am 08.03.2018 um 10:15 schrieb Sueko:

On Monday, 15 January 2018 at 11:15:41 UTC, Brian wrote:

zoujiaqing@Brian-XPS MINGW64 /d/Projects
$ dub init serializable -v
Using dub registry url 'https://code.dlang.org/'
Refreshing local packages (refresh existing: true)...
Looking for local package map at 
C:\ProgramData\dub\packages\local-packages.json
Looking for local package map at 
C:\Users\Brian\AppData\Roaming\dub\packages\local-packages.json

No package found in current working directory.


After a bit waiting the message will appear

Invalid format, "$ dub init projectName -t vibe.d -v", enter either 
"sdl" or "json".


Then you have to enter sdl or json in the cmd line, after all it works.
-Cheers


I just had a similar report from a computer that I may get direct access 
to, so that I can try to take the opportunity and debug it there. I 
could never reproduce it locally so far.


For reference: https://github.com/dlang/dub/issues/874


Re: I didn't succeed in creating an empty project for a long time

2018-03-08 Thread Sueko via Digitalmars-d

On Monday, 15 January 2018 at 11:15:41 UTC, Brian wrote:

zoujiaqing@Brian-XPS MINGW64 /d/Projects
$ dub init serializable -v
Using dub registry url 'https://code.dlang.org/'
Refreshing local packages (refresh existing: true)...
Looking for local package map at 
C:\ProgramData\dub\packages\local-packages.json
Looking for local package map at 
C:\Users\Brian\AppData\Roaming\dub\packages\local-packages.json

No package found in current working directory.


After a bit waiting the message will appear

Invalid format, "$ dub init projectName -t vibe.d -v", enter 
either "sdl" or "json".


Then you have to enter sdl or json in the cmd line, after all it 
works.

-Cheers


I didn't succeed in creating an empty project for a long time

2018-01-15 Thread Brian via Digitalmars-d

zoujiaqing@Brian-XPS MINGW64 /d/Projects
$ dub init serializable -v
Using dub registry url 'https://code.dlang.org/'
Refreshing local packages (refresh existing: true)...
Looking for local package map at 
C:\ProgramData\dub\packages\local-packages.json
Looking for local package map at 
C:\Users\Brian\AppData\Roaming\dub\packages\local-packages.json

No package found in current working directory.