Skip to content
New issue

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

Content in “Dynamic variables” table is slightly broken #759

Closed
AlexDaniel opened this issue Jul 25, 2016 · 3 comments
Closed

Content in “Dynamic variables” table is slightly broken #759

AlexDaniel opened this issue Jul 25, 2016 · 3 comments

Comments

@AlexDaniel
Copy link
Member

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.

@awwaiid
Copy link
Contributor

awwaiid commented Jul 27, 2016

I think this is an issue in ALL pod6 table rendering. Happens for C<...> also.

@tbrowder
Copy link
Member

On Wed, Jul 27, 2016 at 7:39 AM, Brock Wilcox notifications@github.com wrote:

I think this is an issue in ALL pod6 table rendering. Happens for C<...> also.

As I've said previously, I think the problem is in the rendering
(Pod::To::HTML or htmlify.p6).

@coke coke added the build label Aug 5, 2016
Altai-man added a commit that referenced this issue Mar 4, 2017
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
@JJ
Copy link
Contributor

JJ commented May 4, 2018

Dynamic variables are no longer in a table, and the general issue has been opened elsewhere, so I'm closing this one.

@JJ JJ closed this as completed May 4, 2018
@JJ JJ added this to the May SQUASHathon milestone May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants