whyrusleeping / gx

A package management tool
MIT License
1.88k stars 110 forks source link

v0.14.0 publish broken #217

Closed andrewheadricke closed 5 years ago

andrewheadricke commented 5 years ago

I just updated to gx v0.14.0 and it appears to be broken.

gx publish results with

Error: publishing: <nil>

Downgraded to v0.13.0 and it works

schomatis commented 5 years ago

Hey @andrewheadricke, could you provide more context about the error? What were you trying to publish?

andrewheadricke commented 5 years ago

I just created a new project with gx init and put in some minimal settings, then added a file and tried to publish it. I also tried to re-publish older packages that have always worked, same error.

I'm on linux, using precompiled gx downloaded from dist.ipfs.io

schomatis commented 5 years ago

Yes, I can reproduce the error with the linux binary which right off the bat is reporting a 0.0.0 version. The git version (e.g., 89338e5 that corresponds with v0.14.0) is working fine. Not sure who can help with dist.ipfs.io so I'll just tag @Stebalien and hope for the best. Thanks for reporting this!

Stebalien commented 5 years ago

I can. This is due to a bug in go-ipfs-api that has already been fixed (didn't realize it made it into gx). I'll cut a release.

Stebalien commented 5 years ago

I've cut a 0.14.1 release so this should be fixed.