Unfortunately 0.5.4 contains a bug which causes errors when there are registries installed which are not unpacked. (Which is the default for current Julia versions, so extra bad.)
This fixes it by using the output from RegistryInstances.reachable_registries in a better way.
Unfortunately 0.5.4 contains a bug which causes errors when there are registries installed which are not unpacked. (Which is the default for current Julia versions, so extra bad.)
This fixes it by using the output from
RegistryInstances.reachable_registries
in a better way.