-
Notifications
You must be signed in to change notification settings - Fork 161
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
Failure to build 1.0.8744 #209
Comments
Hi Bruno, thanks for reporting the issue. I will look into the other one and try to fix it on our end. |
Incorrect cast caused the other branch of if-else expression to be effictively dead, instead of handling the case when given type is not a vector. This commit addresses issue #209.
@ArchangeGabriel I've committed a fix for the issue last week (commit a1240fa). Could you verify that you are no longer observing the problem with null |
Fixed incorrect cast in JointMatrixResolution. Incorrect cast caused the other branch of if-else expression to be effictively dead, instead of handling the case when given type is not a vector. This commit addresses issue #209.
I can confirm that the fix works, just hit this build error on Debian and with a1240fa the failure is gone |
Great! Thanks @mbelicki and @tjaalton for verification. @ArchangeGabriel please reopen if the fix does not apply to your issue. |
Incorrect cast caused the other branch of if-else expression to be effictively dead, instead of handling the case when given type is not a vector. This commit addresses issue #209.
Sorry for the delay, can confirm that this fixes the issue. |
Hi there,
Thanks to all your hard work lately, I’m getting close to compiling against LLVM12. I’ve having some issues still with the latest release, but not LLVM related. One I’m going to make a PR for, that is LLD-building related.
The other one is this:
Of course I can add
-Wno-error=nonnull
, and I will likely do so, but figured out I should still report. ;)The text was updated successfully, but these errors were encountered: