-
Notifications
You must be signed in to change notification settings - Fork 162
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
Relative Links to directories cause fatal error #114
Labels
Comments
Looking at this the error seems to be coming from Karma. This made me unsure if this was expected behavior or behavior that was inherited from the dependency. |
Hi, you are right, currently it's expecting that the link is possible only
to a file, it even reads the content and makes sure it's a file. It does so
to make links on *documents* in Confluence. How do you expect it to work
this link on a directory in Confluence? It should not crash with a fatal
error tho.
чт, 9 сент. 2021 г. в 17:18, Ryan Schaffer ***@***.***>:
… Looking at this the error seems to be coming from Karma. This made me
unsure if this was expected behavior or behavior that was inherited from
the dependency.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#114 (comment)>, or
unsubscribe
</~https://github.com/notifications/unsubscribe-auth/ACAN7ZCUNSCLPIEKGQQXI2LUBC62VANCNFSM5DXH2ROQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I can think of 2 potential behaviors:
|
Should be fixed in version 6.3, let me know if it doesn't work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having a line like:
[`./integration`](integration/):` Integration tests
that is a relative link to a directory in a repository causes the following fatal error:
Expected: Relative links that are directories are ignored
Actual: Relative links that are directories cause a fatal error, preventing file from syncing to confluence.
The text was updated successfully, but these errors were encountered: