I tried to register the package name dstddb and I got a connection error mid way through. Now when I try to submit again the name acts like a zombie that I can't register or maybe it just has not refreshed to show up in my list. Maybe a manual fix is needed?
Am 29.02.2016 um 21:22 schrieb Erik Smith:
I tried to register the package name dstddb and I got a connection error mid way through. Now when I try to submit again the name acts like a zombie that I can't register or maybe it just has not refreshed to show up in my list. Maybe a manual fix is needed?
Pasting my e-mail reply: It looks like you still need to change the
package name in "dub.json" (package.json can be removed). It currently
is "ddb", which conflicts with the original ddb package:
http://code.dlang.org/packages/ddb
This sounds like the error message could be more helpful. I'll have a look.
That was it - my package shows up now. Thanks!
erik
For some reason, my project isn't picking up the version tags in github (v0.0.1, v0.0.2). The latest version shown on the dub detail page is ~master.
Any ideas on that?
Am 04.03.2016 um 01:17 schrieb Erik Smith:
For some reason, my project isn't picking up the version tags in github (v0.0.1, v0.0.2). The latest version shown on the dub detail page is ~master.
Any ideas on that?
For 0.0.1 it lists an error because the package name was still "ddb"
back then (you can view the errors under "My Packages" on
code.dlang.org). This is basically safe to ignore.
The problem with 0.0.2 is that you have a typo in the tag name - an
additional dot after the "v": v.0.0.2 - It simply doesn't recognize the
tag name as a version due to that.
Arg! Thanks for identifying that.
erik