Skip to content

[2.0] Fix reference URL not matching case sensitively#1421

Merged
ksen0 merged 3 commits into
processing:2.0from
limzykenneth:2.0-deps-update
Jun 1, 2026
Merged

[2.0] Fix reference URL not matching case sensitively#1421
ksen0 merged 3 commits into
processing:2.0from
limzykenneth:2.0-deps-update

Conversation

@limzykenneth
Copy link
Copy Markdown
Member

@limzykenneth limzykenneth commented May 31, 2026

The URL should now match both original case of the reference file and all lower case instance of the URL. Note that it is not case insensitive, reference/p5/creAteVecTor/ will not match, only reference/p5/createVector/ and reference/p5/createvector/.

Except, in preview mode on Mac (case insensitive file system, running npm run preview) which will then be fully case insensitive. This is due to the Astro's dev server and the case insensitive nature of the file system, it does not reflect actual production environment (which is always case sensitive), but also does not really have a meaningful impact. Just want to leave a full note here in case anyone stumble across this difference in behavior and got confused.

@limzykenneth
Copy link
Copy Markdown
Member Author

limzykenneth commented May 31, 2026

@ksen0 ksen0 merged commit c61b9af into processing:2.0 Jun 1, 2026
7 checks passed
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 this pull request may close these issues.

2 participants