Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-candidate #1112 +/- ##
=====================================================
- Coverage 44.49% 44.45% -0.05%
=====================================================
Files 372 373 +1
Lines 28136 28218 +82
=====================================================
+ Hits 12519 12544 +25
- Misses 15617 15674 +57
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
dlyr
force-pushed
the
rdot
branch
2 times, most recently
from
November 26, 2025 14:56
e332fac to
3fb7fac
Compare
dlyr
force-pushed
the
rdot
branch
2 times, most recently
from
February 9, 2026 11:45
2955751 to
7547e2b
Compare
dlyr
force-pushed
the
rdot
branch
2 times, most recently
from
February 15, 2026 18:14
44d52e2 to
0f146f7
Compare
dlyr
force-pushed
the
rdot
branch
3 times, most recently
from
March 25, 2026 16:43
a1765de to
45d238b
Compare
dlyr
force-pushed
the
rdot
branch
2 times, most recently
from
April 12, 2026 08:07
96f6c5f to
4c80ba7
Compare
dlyr
force-pushed
the
rdot
branch
2 times, most recently
from
April 20, 2026 08:36
0e98d62 to
6a6a433
Compare
rename parameters, data member, and add using for compound types.
Progress first step.
Default to nullopt.
So REGISTER_TYPE_TO_FACTORY( coreFactory, SquareFunction, Sources ); becomes REGISTER_TYPE_TO_FACTORY( coreFactory, SquareFunction, "Sources" ); To prepare namespace as "cat/subcat".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Desription
Check if you branch history is PR compatible
git fetch originif origin is this remotescripts/is-history-pr-compatible.shThese checks are enforced by github workflow actions
Please refer to the corresponding log in case of failure
UPDATE the form below to describe your PR
Please check if the PR fulfills these requirements
Be aware that the PR request cannot be accepted if it doesn't pass the Continuous Integration tests.
What kind of change does this PR introduce?
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information: