You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
Is there a reason NormalizePath in platform_posix.cc uses a function which does not expand symlinks? (i.e., RelPathNotExpandSymlink) As per my comment in cquery-project/emacs-cquery#47, this appears to produce incorrect results.
For example, on my system (Arch Linux):
/bin/../lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../../../..
is not:
/
but rather:
/usr
Due to this, cquery spews tens of thousands of lines of "Could not normalize path..." rather than working. Note, cquery --check "works," in that it finds a proper command line from compile_commands.json, but it doesn't seem to actually resolve anything beyond this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a reason
NormalizePath
inplatform_posix.cc
uses a function which does not expand symlinks? (i.e.,RelPathNotExpandSymlink
) As per my comment in cquery-project/emacs-cquery#47, this appears to produce incorrect results.For example, on my system (Arch Linux):
as per:
Due to this, cquery spews tens of thousands of lines of "Could not normalize path..." rather than working. Note,
cquery --check
"works," in that it finds a proper command line fromcompile_commands.json
, but it doesn't seem to actually resolve anything beyond this.The text was updated successfully, but these errors were encountered: