-
Notifications
You must be signed in to change notification settings - Fork 31
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
Added functions to retrieve tag files/configs #143
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #143 +/- ##
==========================================
+ Coverage 82.05% 82.13% +0.08%
==========================================
Files 17 17
Lines 613 627 +14
Branches 59 61 +2
==========================================
+ Hits 503 515 +12
- Misses 110 112 +2
|
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Next setp will be to restore the old config file, i.e. not gernerating it from cmake, but read the version from it in the CMakeLists.txt instead. This can be done in a dedicated PR.
Thanks @JohanMabille for the review. Let's go ahead and merge this. I'll try to quickly address the above TODO in a dedicated PR :) |
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR would probably be worth porting to xeus-cling. |
Sure I can look into it ! |
Description
Please include a summary of changes, motivation and context for this PR.
We should be dependent on compile time definitions for fetching tagfiles and we should be using prefix_path from xeus to do the following at runtime as mentioned in the issue. Hence I've added relevant functions in the xutils.hpp file for the same.
Fixes #54
Type of change
Please tick all options which are relevant.