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.
Tonight when I tried to revert a published package I was met with an error message. Specifically :
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 🔜