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

Feature/remove deprecated code #360

Merged
merged 52 commits into from
Nov 13, 2023
Merged

Conversation

balos1
Copy link
Member

@balos1 balos1 commented Oct 27, 2023

No description provided.

drreynolds
drreynolds previously approved these changes Oct 27, 2023
Copy link
Collaborator

@drreynolds drreynolds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oooh, it feels nice deleting this old stuff!

examples/kinsol/serial/kinAnalytic_fp.c Outdated Show resolved Hide resolved
examples/kinsol/serial/kinAnalytic_fp.c Outdated Show resolved Hide resolved
examples/kinsol/serial/kinLaplace_picard_kry.c Outdated Show resolved Hide resolved
examples/kinsol/serial/kinLaplace_picard_kry.c Outdated Show resolved Hide resolved
@balos1 balos1 force-pushed the feature/remove-deprecated-code branch from 1013c3f to 3cd7a85 Compare November 5, 2023 05:09
@balos1 balos1 removed the dont-merge label Nov 5, 2023
@gardner48
Copy link
Member

gardner48 commented Nov 10, 2023

Your fixes to the C++ interfaces to add SUNComm reminded me we should probably remove things like

/* We include this here for backwards compatibility
   (the contents used to be defined here directly) */
#include <sundials/sundials_context.hpp>

in sundials_context.h and have C++ users include the .hpp file. I think this only occurs in sundials_context.h and sundials_profiler.h.

@balos1
Copy link
Member Author

balos1 commented Nov 10, 2023

Your fixes to the C++ interfaces to add SUNComm reminded me we should probably remove things like

/* We include this here for backwards compatibility
   (the contents used to be defined here directly) */
#include <sundials/sundials_context.hpp>

in sundials_context.h and have C++ users include the .hpp file. I think this only occurs in sundials_context.h and sundials_profiler.h.

Lets leave this for the error handling PR because i rearranged some includes there

@balos1
Copy link
Member Author

balos1 commented Nov 12, 2023

GitLab CI is reporting as failed since Corona is (or was) down, i'll restart them.

@balos1
Copy link
Member Author

balos1 commented Nov 12, 2023

GitLab CI is reporting as failed since Corona is (or was) down, i'll restart them.

OK, all (minus extended) are passing now.

@gardner48 gardner48 merged commit 551f676 into develop Nov 13, 2023
18 of 20 checks passed
@gardner48 gardner48 deleted the feature/remove-deprecated-code branch November 13, 2023 14:34
gardner48 pushed a commit that referenced this pull request Dec 18, 2023
Remove deprecated functions

---------

Co-authored-by: Daniel R. Reynolds <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants