In registering my package BayesianIntegral.jl I get the following error message:
ERROR: LoadError: LoadError: Tagged version 0.1.0 of BayesianIntegral declares the package UUID to be “170c7662-660e-5658-93f2-9369b3e86d75” in its Project file, which does not match the package’s METADATA-compatible UUID “170c7662-660e-5658-93f2-9369b3e86d75”.
To fix this error, change the UUID to be “170c7662-660e-5658-93f2-9369b3e86d75” and retag.
In updating my other package MultivariateFunctions.jl I get the following error message:
ERROR: LoadError: LoadError: Tagged version 0.1.4 of MultivariateFunctions declares the package UUID to be “54e48022-12d0-513b-b20d-e273c072c6db” in its Project file, which does not match the package’s METADATA-compatible UUID “54e48022-12d0-513b-b20d-e273c072c6db”.
To fix this error, change the UUID to be “54e48022-12d0-513b-b20d-e273c072c6db” and retag.
Unless I am missing something this seems to be a bug in the equality testing in these Attobot checks.