File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
GenericRegistry
3
3
4
4
Module providing basic tools to manage a *package registry*, by which is meant a package
5
- environment, together with "package metata ", in the form of a dictionary of TOML-parsable
5
+ environment, together with "package metadata ", in the form of a dictionary of TOML-parsable
6
6
values, keyed on the environment's package dependencies, which is stored in a TOML
7
7
file. (This file is called Metadata.toml and is located in the same folder as environment
8
8
Project.toml file.) Not to be confused with a package registry in the sense of the
@@ -191,7 +191,7 @@ close(future) = rmprocs(future.where)
191
191
"""
192
192
GenericRegistry.put(pkg, value, environment)
193
193
194
- In the metata dictionary associated with specified package environment, assign `value` to
194
+ In the metadata dictionary associated with specified package environment, assign `value` to
195
195
the key `pkg`.
196
196
197
197
"""
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ N = nworkers()
20
20
@test keys (dic) == Set ([" Model1" ])
21
21
end
22
22
23
- # build a dummmy registry:
23
+ # build a dummy registry:
24
24
registry = joinpath (tempdir (), randstring (20 ))
25
25
mkpath (registry)
26
26
project_string =
You can’t perform that action at this time.
0 commit comments