Closed qwertzui11 closed 4 years ago
Hi!
It seems not possible to use the version master. https://code.dlang.org/packages/tardy/~master
master
dub.json
"tardy": "~master"
works on the first run (dub run), but fails on the second run.
dub run
> dub test .dub/packages/tardy-master/tardy/: Invalid SemVer format: invalid .dub/packages/tardy-master/tardy/: Invalid SemVer format: invalid .dub/packages/tardy-master/tardy/: Invalid SemVer format: invalid Fetching tardy ~master (getting selected version)... .dub/packages/tardy-master/tardy/: Invalid SemVer format: invalid .dub/packages/tardy-master/tardy/: Invalid SemVer format: invalid Selected package tardy ~master does not match the dependency specification ~>0.0.1 in package project. Need to "dub upgrade"? Non-optional dependency tardy of project not found in dependency tree!?.
So maybe do a new tag, now that 1-2 fixes are included? :smile:
Thanks for your time!
Done.
Hi!
It seems not possible to use the version
master
. https://code.dlang.org/packages/tardy/~masterdub.json
works on the first run (
dub run
), but fails on the second run.So maybe do a new tag, now that 1-2 fixes are included? :smile:
Thanks for your time!