-
Notifications
You must be signed in to change notification settings - Fork 8
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
Vector operation improvements #14
Conversation
b434a42
to
8de945e
Compare
CI fails for several reasons. One of them is this: looks like new version of MSVC compiler is more strict than previous ones, it wasn't complaining about this before. And it is good, because the complain looks valid. I think the solution to this one would be that there should be no I think actually this is also why Hm, maybe negation still makes some sense for unsigned types? It essentially is a bitwise NOT operation with correction of 1. So, instead of "turning off" the |
For the COVERAGE build failure, I have submitted this Issue LouisBrunner/checks-action#35 |
I have fixed several MSVS compiler warnings on master, please update the PR |
For Msys2 builds failure, I suspect that there's some problem in compiler, because it also fails on master. In Msys2 they use bleeding edge versions and sometimes there are unfixed bugs, usually they disappear in couple of weeks or so, let's see. |
Codecov Report
@@ Coverage Diff @@
## master #14 +/- ##
==========================================
- Coverage 87.97% 87.92% -0.06%
==========================================
Files 5 5
Lines 707 704 -3
==========================================
- Hits 622 619 -3
Misses 85 85
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
No description provided.