We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.perl6.org/language/variables#Dynamic_variables
See #754 where all this started. Now the table is parsed correctly, but there is another different issue:
$*TMPDIR An L<IO::Path> object representing the "system temporary directory" $*THREAD A L<Thread> object representing the currently executing thread.
Note that L<IO::Path> is printed as-is without turning into a link.
L<IO::Path>
The text was updated successfully, but these errors were encountered:
I think this is an issue in ALL pod6 table rendering. Happens for C<...> also.
Sorry, something went wrong.
On Wed, Jul 27, 2016 at 7:39 AM, Brock Wilcox notifications@github.com wrote:
As I've said previously, I think the problem is in the rendering (Pod::To::HTML or htmlify.p6).
Revert "Fix links for subclasses table"
5ba57ef
This reverts commit febff7c. This is not a valid solution. See #759 as an original issue and https://irclog.perlgeek.de/perl6/2017-03-04#i_14205280 as conversation about reverting
Dynamic variables are no longer in a table, and the general issue has been opened elsewhere, so I'm closing this one.
No branches or pull requests
https://docs.perl6.org/language/variables#Dynamic_variables
See #754 where all this started. Now the table is parsed correctly, but there is another different issue:
Note that
L<IO::Path>is printed as-is without turning into a link.The text was updated successfully, but these errors were encountered: