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

C++ fixes and missing implementations #1957

Merged
merged 2 commits into from
May 3, 2024

Conversation

DmitriGoloubentsev
Copy link
Contributor

Some errors detected by clang + some methods have declarations, but no implementations.

Copy link

boring-cyborg bot commented Apr 22, 2024

Thanks for opening this pull request! It might take a while before we look at it, so don't worry if there seems to be no feedback. We'll get to it.

@CLAassistant
Copy link

CLAassistant commented Apr 22, 2024

CLA assistant check
All committers have signed the CLA.

@lballabio lballabio added this to the Release 1.35 milestone May 3, 2024
@coveralls
Copy link

coveralls commented May 3, 2024

Coverage Status

coverage: 72.499% (-0.003%) from 72.502%
when pulling e643159 on matlogica:upsteam-fixes
into e6885c7 on lballabio:master.

@lballabio
Copy link
Owner

Apologies—I'm closing and reopening the PR so hopefully it picks up the latest CI fixes from master.

@lballabio lballabio closed this May 3, 2024
@lballabio lballabio reopened this May 3, 2024
@lballabio lballabio merged commit e484366 into lballabio:master May 3, 2024
79 of 81 checks passed
Copy link

boring-cyborg bot commented May 3, 2024

Congratulations on your first merged pull request!

@DmitriGoloubentsev
Copy link
Contributor Author

DmitriGoloubentsev commented May 3, 2024 via email

@sweemer
Copy link
Contributor

sweemer commented May 4, 2024

@DmitriGoloubentsev Which clang errors exactly did you see? If you used some special compiler options then maybe we should add them to the CI builds too.

@DmitriGoloubentsev
Copy link
Contributor Author

@DmitriGoloubentsev Which clang errors exactly did you see? If you used some special compiler options then maybe we should add them to the CI builds too.

Hi @sweemer, these were not compilation errors, but linking errors actually. Some methods declared but miss implementations. So if no tests call these methods, we see no linking errors.

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.

5 participants