On Sat, Jun 28, 2025 at 12:29 AM brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> wrote: > > On 2025-06-25 at 14:18:49, K Jayatheerth wrote: > > First off thanks for reporting the bug :) > > So I cannot test this bug as my files system is case sensitive > > but to just read the code and give a thought in a direction (Assuming that the bug is recreatable) > > Just so you know, on Linux, you can create a case-insensitive JFS > partition on a loopback device and on macOS, you can create a > case-insensitive APFS or HFS partition in a disk image file that can > then be mounted (I think using `hdiutil` or the directions at [0]). > > I have used the former in the rare occasion that I need to test a > case-insensitive file system. > Thanks Brian, that’s really helpful! I’ll try setting up a loopback filesystem and use it for testing similar bugs in the future. Appreciate the tip! - Jayatheerth