erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

revert errors out #214

Closed starbelly closed 3 years ago

starbelly commented 3 years ago

Tonight when I tried to revert a published package I was met with an error message. Specifically :

rebar3 hex publish --revert 6.11.0 --package rebar3_hex 
===> Analyzing applications...
===> Compiling rebar3_hex
===> Verifying dependencies...
Local Password:
===> Uncaught error in rebar_core. Run with DIAGNOSTIC=1 to see stacktrace or consult rebar3.crashdump

I've lost the crash dump at this point, but I believe when I looked at first it was a validation error. This is interesting because I have used revert not too terribly long ago with success.

Will look into this 🔜