-
Notifications
You must be signed in to change notification settings - Fork 90
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
Factory config #1392
Factory config #1392
Conversation
An alternative implementation based on std::variant can be found here: property_tree...file-config-testground This also doesn't use macros to set the factory parameters at the last step of the parsing. It also allows setting value types or index types as template parameters to |
the macro for setting will be reused serveral times, so I put it in macro |
f04daec
to
a2b62b8
Compare
a2b62b8
to
2c33ac3
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 62.6% Coverage The version of Java (11.0.3) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
04bb586
to
7177c59
Compare
2c33ac3
to
b76e13f
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 59.1% Coverage The version of Java (11.0.3) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
7177c59
to
0672805
Compare
b76e13f
to
9ccf9b9
Compare
Error: The following files need to be formatted:
You can find a formatting patch under Artifacts here or run |
0672805
to
514b7fa
Compare
9ccf9b9
to
b78a3a9
Compare
514b7fa
to
acf99d1
Compare
d55042e
to
ef7430c
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 62.0% Coverage The version of Java (11.0.3) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Co-authored-by: Marcel Koch <[email protected]>
Co-authored-by: Marcel Koch <[email protected]>
Co-authored-by: Marcel Koch <[email protected]>
Co-authored-by: Marcel Koch <[email protected]>
Co-authored-by: Thomas Grützmacher <[email protected]> Co-authored-by: Tobias Ribizel <[email protected]> Co-authored-by: Marcel Koch <[email protected]>
Quality Gate passedIssues Measures |
As we discussed, we only focus on the LinOpFactory generation first.
Also, the dispatch only supports type now.
The public interface only provides LinOpFactory, not concrete type generation if we do not want the function with executor arg in Solver.