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

fix(typescript-estree): correct persisted parse for windows #1406

Merged
merged 1 commit into from Jan 6, 2020
Merged

fix(typescript-estree): correct persisted parse for windows #1406

merged 1 commit into from Jan 6, 2020

Conversation

armano2
Copy link
Member

@armano2 armano2 commented Jan 6, 2020

Windows and Linux/Mac uses different path separator.

currently some of tests do not pass on windows machines because of that

this is used by persisted parse and may be related to #1394

@armano2 armano2 added the bug Something isn't working label Jan 6, 2020
@armano2 armano2 self-assigned this Jan 6, 2020
@typescript-eslint

This comment has been minimized.

@armano2 armano2 changed the title fix(typescript-estree): correct getCanonicalFileName on windows fix(typescript-estree): correct canonical file name for windows machines Jan 6, 2020
@armano2 armano2 changed the title fix(typescript-estree): correct canonical file name for windows machines fix(typescript-estree): correct canonical file name for windows Jan 6, 2020
@codecov
Copy link

codecov bot commented Jan 6, 2020

Codecov Report

Merging #1406 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master    #1406   +/-   ##
=======================================
  Coverage   94.43%   94.43%           
=======================================
  Files         140      140           
  Lines        6034     6034           
  Branches     1712     1712           
=======================================
  Hits         5698     5698           
  Misses        186      186           
  Partials      150      150
Impacted Files Coverage Δ
...ges/typescript-estree/src/create-program/shared.ts 80% <100%> (ø) ⬆️

@armano2 armano2 changed the title fix(typescript-estree): correct canonical file name for windows fix(typescript-estree): correct persisted parse for windows Jan 6, 2020
Copy link
Member

@bradzacher bradzacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

god I hate OS differences...
thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants