elliotchance / c2go

⚖️ A tool for transpiling C to Go.
MIT License
2.09k stars 155 forks source link

Parse Windows paths for position. Fixes #765 #766

Closed kamphaus closed 6 years ago

kamphaus commented 6 years ago

Fixes #765


This change is Reviewable

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #766   +/-   ##
=======================================
  Coverage   80.69%   80.69%           
=======================================
  Files         166      166           
  Lines        9485     9485           
=======================================
  Hits         7654     7654           
  Misses       1398     1398           
  Partials      433      433
Impacted Files Coverage Δ
ast/position.go 79.61% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a3609ec...29fa4e4. Read the comment docs.

elliotchance commented 6 years ago

Reviewed 2 of 2 files at r1. Review status: :shipit: complete! all files reviewed, all discussions resolved


Comments from Reviewable