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

difference in behavior, MacOS vs Linux/CI #1543

Open
jjb opened this issue Mar 28, 2024 · 3 comments · May be fixed by #1544
Open

difference in behavior, MacOS vs Linux/CI #1543

jjb opened this issue Mar 28, 2024 · 3 comments · May be fixed by #1544

Comments

@jjb
Copy link

jjb commented Mar 28, 2024

I have these in my readme.md:

locally (MacOS) my build has no errors

on CI (linux ubuntu)

Generating doc/file.README.html⢿ Generating doc/file.README.html.[warn]: In file `README.md':275: Cannot resolve link to the from text:
	...{the <code>foo-</code> bar}...

the offending code is:

[the `foo-` bar](https://example.com/Path#fragment)

the yard and ruby versions are the same in both places

what could cause the difference in behavior?

@jjb
Copy link
Author

jjb commented Mar 28, 2024

MacOS has a case-insensitive file system, I wonder if that's somehow the cause 😆

@lsegal
Copy link
Owner

lsegal commented Mar 28, 2024

This looks related to #1410

jjb added a commit to jjb/yard that referenced this issue Mar 28, 2024
@jjb jjb linked a pull request Mar 28, 2024 that will close this issue
4 tasks
@jjb
Copy link
Author

jjb commented Mar 28, 2024

thanks! added some docs here #1544

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

Successfully merging a pull request may close this issue.

2 participants