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

Inconsistent filename matching #391

Open
ajafff opened this issue Aug 27, 2018 · 0 comments
Open

Inconsistent filename matching #391

ajafff opened this issue Aug 27, 2018 · 0 comments
Assignees
Labels

Comments

@ajafff
Copy link
Member

ajafff commented Aug 27, 2018

In some places file names are normalized before comparing to other paths. In other cases like files and exclude CLI arguments are handled case sensitive. Paths and globs from CLI arguments are allowed to be absolute.

Glob matching in configuration.ts is case sensitive and has special handling for *.ts and ./*.ts. These glob patterns need to be relative.

Globbing in runner.ts is always case-sensitive.

Note that #392 introduces a lot more inconsistency. There's probably the need for a case-insensitive path.relative

@ajafff ajafff added the bug label Aug 27, 2018
@ajafff ajafff self-assigned this Aug 27, 2018
@ajafff ajafff changed the title Inconsistent case-sensitivity of filename matching Inconsistent filename matching Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant