GunnarFarneback / LocalRegistry.jl

Create and maintain local registries for Julia packages.
Other
223 stars 21 forks source link

Bugfix for 0.5.4 #75

Closed GunnarFarneback closed 1 year ago

GunnarFarneback commented 1 year ago

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.