Skip to content

Commit

Permalink
Merge #472
Browse files Browse the repository at this point in the history
472: checking name similarity requires an extracted registry r=DilumAluthge a=czimm79

Added a brief note explaining that `get_all_non_jll_package_names` requires a non-default extracted General registry, as explained in #442 .

Co-authored-by: Coy Zimmermann <[email protected]>
  • Loading branch information
bors[bot] and czimm79 committed Aug 24, 2022
2 parents 18bf671 + 8312d7b commit 0281bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ AutoMerge.meets_distance_check("MyPackage", all_pkg_names)
where `path_to_registry` is a path to the folder containing the registry of
interest. For the General Julia registry, usually `path_to_registry =
joinpath(DEPOT_PATH[1], "registries", "General")` if you haven't changed
your `DEPOT_PATH`. This will return a boolean, indicating whether or not
your `DEPOT_PATH` and have an extracted version of the Pkg server registry (see JuliaRegistries/RegistryCI.jl#442). This will return a boolean, indicating whether or not
your tentative package name passed the check, as well as a string,
indicating what the problem is in the event the check did not pass.

Expand Down

0 comments on commit 0281bbf

Please sign in to comment.