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

Path simplification for the source filename #91

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alfishe
Copy link

@alfishe alfishe commented Jan 1, 2018

Added path simplification (makes Source information way more readable, especially in case of relative paths to include files)
was: /home/use/projects/project/Debug/../src/subfolder1/subfolder2/../../common/headerpath/header.h
become: /home/use/projects/project/src/common/headerpath/header.h

…, especially in case of relative paths to include files)

was: /home/use/projects/project/Debug/../src/subfolder1/subfolder2/../../common/headerpath/header.h
become: /home/use/projects/project/src/common/headerpath/header.h
@alfishe
Copy link
Author

alfishe commented Jan 1, 2018

Seems internal CI issues.
Error message "ERROR: Unknown command 'test_package'
The command "cd ${TRAVIS_BUILD_DIR} && conan test_package --build=outdated" exited with 1."

Printer.ascending = true; // default - print as before (most recent call last)
Printer.ascending = false; // Preserve natural stack order (most recent call displayed first)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant