Skip to content

Unexpected error message on case-sensitive file system when file is included in program both via relative and absolute names #5274

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

Closed
vladima opened this issue Oct 15, 2015 · 1 comment
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@vladima
Copy link
Contributor

vladima commented Oct 15, 2015

// a.ts
<reference path="b.ts"/>
// b.ts
var x
vladima@vladima-OptiPlex-990:~/Sources/TypeScript$ node built/local/tsc.js a.ts $(pwd)/b.ts
error TS1149: File name '/home/vladima/Sources/TypeScript/b.ts' differs from already included file name 'b.ts' only in casing

@vladima vladima added the Bug A bug in TypeScript label Oct 15, 2015
@mhegazy mhegazy added this to the TypeScript 1.8 milestone Oct 15, 2015
@vladima vladima added the Fixed A PR has been merged for this issue label Oct 27, 2015
@vladima vladima closed this as completed Oct 27, 2015
@vladima
Copy link
Contributor Author

vladima commented Oct 27, 2015

fixed in #5275 via e811fec

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

2 participants