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
make Error Encountered When Building Docs #2562
Comments
|
I'll check it out. Thanks. |
|
Right. It's failing also with |
|
Wait, so it's a regression in rakudo? Please file a ticket for https://github.com/rakudo/rakudo/ then. |
|
This is also due to the Great Link Rewrite: it's gone down to a particular |
|
@AlexDaniel no it's not. It's an error in Pod-to-OneBigPage which wasn't shown before because there were no links of that type before the big rewrite. |
|
For some reason, thos kind of links became an array when processed. As always, working with the HTML generation routines is a veritable Pandora box of surprises. Patched now, fix coming soon. |
Which I don't really understand, but that's the way it is. Fixes perl6#34. Also WIP for Raku/doc#2562, will have to be tested. Adds a ChangeLog for registering changes in every new version. Writes tests also for new feature.
The problem
I am getting an error when attempting to build the docs. It occurs with both 'make' and 'make html' and does not seem to be related to #2424.
Rakudo version is:
The text was updated successfully, but these errors were encountered: