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

git clone fails on Windows #44638

Closed
reverofevil opened this issue Jun 17, 2021 · 3 comments · Fixed by #44651
Closed

git clone fails on Windows #44638

reverofevil opened this issue Jun 17, 2021 · 3 comments · Fixed by #44651
Labels
Help Wanted You can do this Infrastructure Issue relates to TypeScript team infrastructure

Comments

@reverofevil
Copy link

At current master (5afe42e) there are several test files with colliding names, and several with overly long names.

error: unable to create file tests/baselines/reference/tscWatch/emitAndErrorUpdates/incremental/assumeChangesOnlyAffectDirectDependenciesAndD/updates-errors-when-file-transitively-exported-file-changes/when-there-are-circular-import-and-exports.js: Filename too long
error: unable to create file tests/baselines/reference/tscWatch/emitAndErrorUpdates/incremental/assumeChangesOnlyAffectDirectDependenciesAndD/updates-errors-when-file-transitively-exported-file-changes/when-there-are-no-circular-import-and-exports.js: Filename too long

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'tests/baselines/reference/typeOfThis.errors.txt'
  'tests/baselines/reference/typeofThis.errors.txt'
  'tests/baselines/reference/typeOfThis.js'
  'tests/baselines/reference/typeofThis.js'
  'tests/baselines/reference/typeOfThis.symbols'
  'tests/baselines/reference/typeofThis.symbols'
  'tests/baselines/reference/typeOfThis.types'
  'tests/baselines/reference/typeofThis.types'
@reverofevil
Copy link
Author

Introduced in #43695 and #43898

@sheetalkamat @Zzzen

@RyanCavanaugh RyanCavanaugh added Help Wanted You can do this Infrastructure Issue relates to TypeScript team infrastructure labels Jun 17, 2021
@IllusionMH
Copy link
Contributor

Also related #38998

@Zzzen
Copy link
Contributor

Zzzen commented Jun 18, 2021

Path collisions can be fixed by simply renaming to typeofThis2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted You can do this Infrastructure Issue relates to TypeScript team infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants