-
Notifications
You must be signed in to change notification settings - Fork 36
Upgrade to xeus 5 #127
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
Upgrade to xeus 5 #127
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
@anutosh491 maybe link this to the issues about removing the xtl dependency and update the readme about depenencies on the main |
@anutosh491 The failing test is the one which loads the image as it makes use of xtl when it loads the xtl header |
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.
Yes, everything looks very good, only the test crashes because of the removed xtl. If the test works out to not use the now removed xtl, the PR can be merged.
Ahh I overlooked this. Thanks for the debug :) |
@anutosh491 will this also fix #54 since its related to xtl? |
Hmm, let me think through it. I think it might just solve that ! |
Well the 2 problems have some overlap but are a bit different. I think I have a way to tackle the issue, will solve it through a subsequent PR. |
@anutosh491 xeus_REQUIRED_VERSION needs to be version 5.1.0 now |
Yeah I think I would use |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
0064438
to
fcedf53
Compare
cc @alexander-penev @vgvassilev @mcbarton |
Ahh okay 1 thing. I'll address the readme too :) |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #127 +/- ##
==========================================
+ Coverage 79.31% 79.41% +0.10%
==========================================
Files 17 17
Lines 609 612 +3
Branches 59 59
==========================================
+ Hits 483 486 +3
Misses 126 126
|
clang-tidy review says "All clean, LGTM! 👍" |
94d9344
to
2bab746
Compare
clang-tidy review says "All clean, LGTM! 👍" |
cc @vgvassilev ready ! |
Fixes #108
Closes #110