-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
Simplify CLib's (Shared)Cabinet #1780
Conversation
ad1ceeb
to
fbeb5be
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1780 +/- ##
=======================================
Coverage 73.20% 73.20%
=======================================
Files 381 381
Lines 54244 54240 -4
Branches 9237 9236 -1
=======================================
- Hits 39709 39707 -2
Misses 11564 11564
+ Partials 2971 2969 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense to me, @ischoegl. Just one minor suggestion.
fbeb5be
to
cf1a57d
Compare
Replaced by SharedCabinet::at
Replaced by SharedCabinet::as
Revert to original name after SharedCabinet was introduced in Cantera#1448 and the original Cabinet was subsequently removed.
cf1a57d
to
08c9ee6
Compare
Changes proposed in this pull request
This PR is mostly house-keeping for a simple bulk-replacement to streamline CLib's storage class (a left-over item from #1770 which I decided to break down into more manageable chunks)
SharedCabinet::item
bySharedCabinet::at
SharedCabinet::get
by SharedCabinet::as`SharedCabinet::item
andSharedCabinet::get
SharedCabinet
back toCabinet
(original name of before shared pointers were introduced in Smart clib cabinets / add Solution to clib API #1448)Checklist
scons build
&scons test
) and unit tests address code coverage