Coder Social home page Coder Social logo

Comments (5)

jrosdahl avatar jrosdahl commented on June 13, 2024 1

It seems like 3cacab8 somehow fixes it!

Right, thanks for checking. I'm (very) slowly converting the code to use std::filesystem::path to fix issues like these.

from ccache.

mablanchard avatar mablanchard commented on June 13, 2024

Adding debug prints in util::is_absolute_path() gives:

dir=S:/[...]/clang15.0.3
path=UNC/[...]/clang15.0.3/lib/clang/15.0.3/include/vadefs.h

And indeed, it seems like ccache has no understanding of these UNC/ paths. Debugging this little further shows that these kind of paths are generated by GetFinalPathNameByHandle() at src/Util.cpp#L1021.

from ccache.

mablanchard avatar mablanchard commented on June 13, 2024

It seems like 3cacab8 somehow fixes it! std::filesystem::canonical() gives, in util::is_absolute_path():

dir=S:/[...]/clang15.0.3
path=///[...]/clang15.0.3/lib/clang/15.0.3/include/vadefs.h

Witch is properly handled.

from ccache.

mablanchard avatar mablanchard commented on June 13, 2024

Yep, I could see that, should fix a lot of these kind of problems indeed! Speaking of which, do you plan on implementing util::to_absolute_path() with std::filesystem::absolute()? I think this would allow resolving Windows path of the kind C:foo\bar (ie. foo\bar relative to current working dir. for C:).

from ccache.

jrosdahl avatar jrosdahl commented on June 13, 2024

Yep, I could see that, should fix a lot of these kind of problems indeed! Speaking of which, do you plan on implementing util::to_absolute_path() with std::filesystem::absolute()?

Yes, or rather remove it since it won't be needed anymore.

from ccache.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.