microsoft / microsoft/azure-linux-dev-tools

[Copilot] Flag source files with names that only differ by case

Open
#116 0 comments 1 reaction 2 assignees View on GitHub

@dmcilvaney is already working on this.

Since Apr 23, 2026.

  • #117 by @copilot-swe-agent — closed without merging
enhancement priority: low
Dominant language
Go
Stars
18
Forks
27
Avg merge
4d 33m
Merged PRs (30d)
24

Description

Issue Description

While our primary environment is Linux, we need to support git clones on Windows. Some packages (fedora's chromium for example) have files that differ only in case:
0001-Implement-support-for-PPC64-on-Linux.patch - patches crashpad (third_party/crashpad/crashpad/)
0001-Implement-support-for-ppc64-on-Linux.patch - patches breakpad (third_party/breakpad/breakpad/)

We can fix these trivially by overlays, but we need to know about them. When rendering files, error on any files that would collide.

Expected Changes

azldev comp render should generate an error, and suggest creating an overlay, for any files that would collide.
This isn't a 'render failed', just a tool error (ie we finish the render, but mark it as error in the table).

Additional Context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.