-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
README.pod symlink to Perl module renders incorrectly #1253
Comments
Travis disagreed, but has since been convinced. Investigating further in the simple repository listed above it is difficult to explain the results of the following three:
Could markup/lib/github/markup/command_implementation.rb Lines 25 to 29 in de903b8
|
This is also affecting my repos. At first I thought it might be a result of the age of the code, but I ran it through |
I've been trying to narrow this down to the smallest valid test case I can write and this is the best I've come up with so far. This will render correctly:
This won't:
I can't explain it. |
GitHub used to be able to read pod documentation from a symlink, even if the target file is a different type. This has been broken for a while (github/markup#1253) so remove the symlink and add a generated README.md file.
Shithub decided not to render symlinked pod files sometime in the past year (github/markup#1253) so let's add a Markdown version generated by pod2markdown.
Having exact same issue with symlinks to PODs, it works in one case, it doesn't in another. |
Can we split it
…On Mon, Jul 6, 2020, 5:43 PM Anselmo Canfora ***@***.***> wrote:
Having exact same issue with symlinks to PODs, it works in one case, it
doesn't in another.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1253 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQFURVOVKR3YVJNM6F6CPQ3R2JARDANCNFSM4GR25FVA>
.
|
|
Here is a rather interesting data point: ap/Catalyst-View-Template@ I have a Hopefully this is a new clue into the mystery of what is causing this bug… rather than an entirely separate second(ary) bug. Maybe it gives someone who has investigated this bug a lightbulb moment? |
This is a (just barely tolerably) ugly workaround for github/markup#1253 It should be reversed once that bug has been fixed.
This is a (just barely tolerably) ugly workaround for github/markup#1253 It should be reversed once that bug has been fixed.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This bug continues to be present and it continues to be a problem. It has not magically gone away just because nobody fixed it in the meantime. |
Codeberg? |
Codeberg? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still a problem; please keep this open. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Here’s some further activity then. |
Opening a new issue in an attempt to shine some light on my last comment in #1158 and the behaviour observed rendering the
README.pod
here. I have a mixture of private repositories using the same technique that have a mix of success and failure in displaying the expected result and a minimal example of success hereThe symlinks are detected as POD as reported here.
Running locally
github-markup
,pod2html
converts as expected:I did some sanity checking in linguist with additional tests, they all passed.
The text was updated successfully, but these errors were encountered: