diff --git a/src/GenericRegistry.jl b/src/GenericRegistry.jl index 2f86996..f054ad4 100644 --- a/src/GenericRegistry.jl +++ b/src/GenericRegistry.jl @@ -1,9 +1,8 @@ -# using ArgParse """ GenericRegistry Module providing basic tools to manage a *package registry*, by which is meant a package -environment, together with "package metata", in the form of a dictionary of TOML-parsable +environment, together with "package metadata", in the form of a dictionary of TOML-parsable values, keyed on the environment's package dependencies, which is stored in a TOML file. (This file is called Metadata.toml and is located in the same folder as environment Project.toml file.) Not to be confused with a package registry in the sense of the @@ -192,7 +191,7 @@ close(future) = rmprocs(future.where) """ GenericRegistry.put(pkg, value, environment) -In the metata dictionary associated with specified package environment, assign `value` to +In the metadata dictionary associated with specified package environment, assign `value` to the key `pkg`. """ diff --git a/test/methods.jl b/test/methods.jl index f46e687..77c42b0 100644 --- a/test/methods.jl +++ b/test/methods.jl @@ -20,7 +20,7 @@ N = nworkers() @test keys(dic) == Set(["Model1"]) end -# build a dummmy registry: +# build a dummy registry: registry = joinpath(tempdir(), randstring(20)) mkpath(registry) project_string =