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

Closed
jjb opened this issue Mar 28, 2024 · 3 comments · Fixed by #1544
Closed

difference in behavior, MacOS vs Linux/CI #1543

jjb opened this issue Mar 28, 2024 · 3 comments · Fixed by #1544

Comments

@jjb
Copy link
Contributor

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
Contributor 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
Copy link
Contributor 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