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
Problems with ".html" #1971
Comments
|
It's generated by the '' page, or at least that is what appears in the '.html' file. |
|
If you go into In given $subkinds {
...
when 'variable'|'sigil'|'twigil'|'declarator'|'quote' {
# TODO: More types of syntactic features
%attr = :kind<syntax>,
:categories($subkinds),
;
}
...Most (all other?) entries from Language/glossary.pod6 are ignored but, because of the clause above, 'Sigil' and 'Variable' are added to the document registry I don't understand enough about disambiguation and what |
|
For the sigil part, I checked https://docs.perl6.org/js/search.js and lookup https://docs.perl6.org/language/variables.html#index-entry-%21%2525_%28sigil%29 All sigil are X<>-ed manually. I'd like to remove In fact, such |
Co. #1971 > For the sigil part, I checked https://docs.perl6.org/js/search.js and lookup https://docs.perl6.org/language/variables.html#index-entry-%21%2525_%28sigil%29 > All sigil are X<>-ed manually. I'd like to remove 'sigil' from the very line, since its meaning is weird. If we want to make something searchable/indexed, use X<> as Pod6 spec.
|
Oh, I just find it is about disambiguation... |
Update htmlify.p6 to fix 'got empty filename' issue #1971.
|
This was fixed by #1997 . Thanks! |
The problem
htmlify.p6 yields two errors, probably related to the same file:
The text was updated successfully, but these errors were encountered: