-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update SWIG modules to be compatible with the current SWIG #220
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #220 +/- ##
==========================================
Coverage ? 39.84%
==========================================
Files ? 33
Lines ? 12811
Branches ? 0
==========================================
Hits ? 5104
Misses ? 7707
Partials ? 0
Continue to review full report at Codecov.
|
I've removed the warnings from the fortpetra and forteuchos modules. This PR also fixes #177 . |
This is necessary for SWIG to discover the default argument for `<NO, bool classic=NO::classic>`.
Superseded by #221. |
The most significant change was that it's no longer possible for
%fragment
to inject code when it's imported. This required a workaround for the exception handling code, and it also prevents the Tpetra types from propagating into downstream modules.