We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee0908 commit 66daa4fCopy full SHA for 66daa4f
PATH-TO-RAKU.md
@@ -14,6 +14,11 @@ global search/replace of `.perl` to `.raku` (both in method names and in
14
calls) in `src/core`, `src/Perl6` and `lib`. A new `Mu.perl` method should
15
issue a DEPRECATED message, and then call `Mu.raku`.
16
17
+Renaming to `\.code` currently clashes with `CallFrame.code`, and visually
18
+clashes with the `\.codes` method. Renaming `CallFrame.code` to
19
+`CallFrame.codeobj` and `\.codes` to `\.codepoints` appears to be an option
20
+to be discussed further.
21
+
22
## Documentation changes
23
24
Wherever `Perl 6` is mentioned in the documentation, this should be changed
0 commit comments