Skip to content

Commit 24fddab

Browse files
committed
Introduce concept of a migration guide
1 parent 50c14e2 commit 24fddab

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

solutions/language/PATH-TO-RAKU.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,14 @@ alternatives will need to be found and/or implemented.
193193

194194
## Effects on modules in ecosystem
195195

196-
Many modules either mention "perl6-" in their repo name, or mention "Perl 6"
197-
in their documentation. The documentation will have to be scanned and Pull
198-
Requests will need to be made / generated for them. Developers will be asked
199-
to change their repo-name to not include `perl6-` to avoid future confusion.
196+
A "migration guide" (perhaps with a better name) for existing developers that
197+
collect suggestions of what to do about the rename. If we can generate PRs
198+
that's perhaps also helpful, though we might want that to be opt-in: authors
199+
with a load of modules might be unpleasantly surprised to wake up one morning
200+
to an inbox full of PRs.
201+
202+
Such a guide should help authors with modules that either mention "perl6-"
203+
in their repo name, or mention "Perl 6" in their documentation.
200204

201205
## Effects on running sub-projects
202206

0 commit comments

Comments
 (0)