Files
anki/rslib
llama dfbd7d2399 fix(import): force lowercasing before adding hash suffix as well (#4860)
<!--
Title (for the Pull Request title field at the top):
Use a short prefix so the change type is obvious. You do not need to
repeat it in the body below.

Examples:
- fix: — bugfix
- feat: — feature
- refactor: — internal change without user-facing feature
- docs: — documentation only
- chore: — tooling, CI, deps, build housekeeping
- test: — tests only
-->

## Linked issue (required)

- #4851

## Summary / motivation (required)

I made a mistake in #4851 by not lowercasing in the case where a file
with the same name but different contents already exists, leading to
inconsistent behaviour across platforms

## Steps to reproduce (required, use N/A if not applicable)

See linked pr

## How to test (required)

Run ./check on linux and windows and see that the same lowercasing
behaviour occurs on both

### Checklist (minimum)

- [x] I ran `./ninja check` or an equivalent relevant check locally.
- [ ] I added or updated tests when the change is non-trivial or
behavior changed.

## Scope

- [x] This PR is focused on one change (no unrelated edits).
2026-05-19 06:58:47 +03:00
..
2026-01-11 18:50:16 +07:00
2025-09-01 14:55:49 +10:00
2026-05-05 17:29:18 -04:00
2025-06-27 16:10:12 +07:00
2020-11-01 14:26:58 +10:00
2023-07-01 18:26:43 +10:00
2023-07-02 18:22:44 +10:00
2026-05-05 17:29:18 -04:00
2022-11-27 15:24:20 +10:00
2025-06-29 11:50:49 +07:00

Anki's Rust code.