Skip to content

Commit a254a27

Browse files
committed
Rename util/*p6 to util/*.raku
Update references to old file names Closes #3905
1 parent f8251be commit a254a27

8 files changed

+4
-4
lines changed

β€ŽCONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ questions come up in the process feel free to ask in
9393
[#raku IRC channel](https://raku.org/community/irc).
9494

9595
If the documentation for a type does not exist, create the skeleton of the doc
96-
with the helper tool `util/new-type.p6`. Say you want to create `MyFunnyRole`:
96+
with the helper tool `util/new-type.raku`. Say you want to create `MyFunnyRole`:
9797

98-
$ perl6 util/new-type.p6 --kind=role MyFunnyRole
98+
$ raku util/new-type.raku --kind=role MyFunnyRole
9999

100100
Fill the documentation file `doc/Type/MyFunnyRole.pod6` like this:
101101

@@ -163,7 +163,7 @@ See [Writing and Testing Examples](writing-docs/EXAMPLES.md)
163163
## Testing method completeness
164164

165165
To get a list of methods that are found via introspection but not found in any
166-
Pod6 file under `doc/Type/`, use `util/list-missing-methods.p6`. It takes a
166+
Pod6 file under `doc/Type/`, use `util/list-missing-methods.raku`. It takes a
167167
directory or filepath as argument and limits the listing to the given file or
168168
any Pod6 files found. All methods listed in `util/ignored-methods.txt` are
169169
ignored.

β€Žutil/ignored-methods.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is loaded by `list-missing-methods.p6` (unless a different file is specified
1+
# This file is loaded by `list-missing-methods.raku` (unless a different file is specified
22
# as a CLI option). It list methods that should *not* be listed as 'undocumented'. It is
33
# read as a standard Raku hash, so you can use any valid Raku syntax. Each key should be
44
# either 1) a Type name, or the special key `ALL_TYPES`; each value should be a list of
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)