Skip to content
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

Fix/overriding split inline policies #1497

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

merryman
Copy link
Member

@merryman merryman commented May 7, 2024

This fixes a semantic problem with style policies, where overriding inline policies that are varied by different master dispatches will no longer be varied due to the way overridden properties are processed internally.
In effect this will cause previously dynamic inline policies to be strangely "stuck".

However there are also severe performance problems with the current implementation of style policies.

I am considering combining this fix into a future branch that also resolves performance issues.

merryman added 2 commits May 7, 2024 18:33
partitioned breakpoints also have breakpoints, but it does not really make sense to display the breakpoint control for them.
Partitioned policies are synthesized, and any override by definition, will revoke the splitting. Therefore it does not make sense to extend the existing master via `applyConfiguration()`
@linusha linusha marked this pull request as ready for review May 31, 2024 12:47
@linusha linusha marked this pull request as draft May 31, 2024 12:48
@merryman merryman added the ⏱️ postponed A problem/idea that is known/documented but is not urgent/has previous pathdependencies. label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⏱️ postponed A problem/idea that is known/documented but is not urgent/has previous pathdependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant