-
Notifications
You must be signed in to change notification settings - Fork 448
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
DPL Analysis: introduce PersistentColumn concept #12648
Conversation
2489a28
to
29e513b
Compare
Error while checking build/O2/fullCI for 29e513b at 2024-02-02 15:19:
Full log here. |
This way the compiler does not need to instanciate the conjuction type and it will point to exactly which column is not persistent, when needed.
Concept is certainly better than a conjunction, however this protection is redundant - these functions are only used internally by |
Error while checking build/O2/fullCI for ec23d75 at 2024-02-13 02:32:
Full log here. |
Fair enough, closing. |
DPL Analysis: introduce PersistentColumn concept
This way the compiler does not need to instanciate the conjuction type
and it will point to exactly which column is not persistent, when needed.