Skip to content

Commit b96a5b0

Browse files
fix(registry): canonicalize julia-professional-registry entry to JuliaProfessionalRegistry (G22) (#44)
Companion to the julia-professional-registry CLADE.a2ml rename in the same branch. Renames the repo's record from the old HyperpolymathRegistry identity to the canonical JuliaProfessionalRegistry name across: - verisim/seed/repos.a2ml: [repo.HyperpolymathRegistry] -> [repo.JuliaProfessionalRegistry] - worker/data/repos.json + worker/data/index.json: matching name/prefixed/github fields, and github corrected to the real hyperpolymath/julia-professional-registry slug (previously pointed at a non-existent repo). uuid is left untouched in all three files — this is a rename, not a new registration. NOTE: worker/data's uuid (c9cbb683-...) does not match the uuid recorded in the repo's own CLADE.a2ml (2efe00c2-...); that's a pre-existing drift between the heuristic worker/data backfill (#40) and the authoritative per-repo CLADE.a2ml, unrelated to this identity rename — left as-is, flagging for a separate fix.
1 parent 6667254 commit b96a5b0

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

verisim/seed/repos.a2ml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,14 +1297,18 @@ parent = ""
12971297
completion = 30
12981298
julia = true
12991299

1300-
[repo.HyperpolymathRegistry]
1300+
[repo.JuliaProfessionalRegistry]
13011301
primary = "dx"
13021302
secondary = []
13031303
description = "Julia package registry"
13041304
lineage = "standalone"
13051305
parent = ""
13061306
completion = 60
13071307
julia = true
1308+
# Renamed from HyperpolymathRegistry (G22, coordinated with
1309+
# julia-professional-registry CLADE.a2ml in the same branch). uuid
1310+
# 2efe00c2-6fc0-527c-8c6b-8ab96d2b6077 unchanged; old name is recorded as
1311+
# a CLADE alias in the repo's own CLADE.a2ml.
13081312

13091313
[repo."InvestigativeJournalist.jl"]
13101314
primary = "ap"

worker/data/index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
"Cliometrics.jl",
290290
"Exnovation.jl",
291291
"Hyperpolymath.jl",
292-
"HyperpolymathRegistry",
292+
"JuliaProfessionalRegistry",
293293
"JuliaKids.jl",
294294
"JuliaPackage-Reuse-Audit.jl",
295295
"KnotTheory.jl",
@@ -2204,16 +2204,16 @@
22042204
"prefixed": "dx-Hyperpolymath.jl",
22052205
"github": "hyperpolymath/Hyperpolymath.jl"
22062206
},
2207-
"HyperpolymathRegistry": {
2208-
"name": "HyperpolymathRegistry",
2207+
"JuliaProfessionalRegistry": {
2208+
"name": "JuliaProfessionalRegistry",
22092209
"uuid": "c9cbb683-68e1-53ce-ab59-26f9bc2962f2",
22102210
"clade": "dx",
22112211
"secondary": [],
22122212
"lineage": "standalone",
22132213
"parent": "",
22142214
"description": "Julia package registry",
2215-
"prefixed": "dx-HyperpolymathRegistry",
2216-
"github": "hyperpolymath/HyperpolymathRegistry"
2215+
"prefixed": "dx-JuliaProfessionalRegistry",
2216+
"github": "hyperpolymath/julia-professional-registry"
22172217
},
22182218
"InvestigativeJournalist.jl": {
22192219
"name": "InvestigativeJournalist.jl",

worker/data/repos.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,15 +1777,15 @@
17771777
"github": "hyperpolymath/Hyperpolymath.jl"
17781778
},
17791779
{
1780-
"name": "HyperpolymathRegistry",
1780+
"name": "JuliaProfessionalRegistry",
17811781
"uuid": "c9cbb683-68e1-53ce-ab59-26f9bc2962f2",
17821782
"clade": "dx",
17831783
"secondary": [],
17841784
"lineage": "standalone",
17851785
"parent": "",
17861786
"description": "Julia package registry",
1787-
"prefixed": "dx-HyperpolymathRegistry",
1788-
"github": "hyperpolymath/HyperpolymathRegistry"
1787+
"prefixed": "dx-JuliaProfessionalRegistry",
1788+
"github": "hyperpolymath/julia-professional-registry"
17891789
},
17901790
{
17911791
"name": "InvestigativeJournalist.jl",

0 commit comments

Comments
 (0)