data flow and cmage conf#1112
Draft
dlyr wants to merge 62 commits intoSTORM-IRIT:release-candidatefrom
Draft
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-candidate #1112 +/- ##
=====================================================
+ Coverage 42.07% 44.57% +2.50%
=====================================================
Files 387 373 -14
Lines 30144 28273 -1871
=====================================================
- Hits 12683 12603 -80
+ Misses 17461 15670 -1791
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e332fac to
3fb7fac
Compare
2955751 to
7547e2b
Compare
44d52e2 to
0f146f7
Compare
33c0daf to
a1765de
Compare
Hence if the function is not called, no need to find qt packages.
So REGISTER_TYPE_TO_FACTORY( coreFactory, SquareFunction, Sources ); becomes REGISTER_TYPE_TO_FACTORY( coreFactory, SquareFunction, "Sources" ); To prepare namespace as "cat/subcat".
Might fix recent compilation issue on mac.
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: