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

Correctly account for zero-width spacers in implied distribution #127

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

NickEntin
Copy link
Collaborator

Currently the implied distribution does not behave as documented in cases where the fixed spacers sum to zero (either by using zero-size spacers or by combining positive- and negative-sized spacers). This updates the logic to correctly identify the use of any fixed spacer.

Resolves #126

@NickEntin NickEntin force-pushed the nick/distribution-fixed-zero branch from 5873e58 to 08b3c9d Compare June 11, 2024 23:24
@NickEntin NickEntin requested a review from pwesten June 11, 2024 23:38
@NickEntin NickEntin changed the base branch from master to nick/strict-concurrency August 29, 2024 08:04
Base automatically changed from nick/strict-concurrency to master August 29, 2024 18:26
Currently the implied distribution does not behave as documented in cases where the fixed spacers sum to zero (either by using zero-size spacers or by combining positive- and negative-sized spacers). This updates the logic to correctly identify the use of _any_ fixed spacer.

Resolves #126
@NickEntin NickEntin merged commit 09a4877 into master Aug 29, 2024
5 checks passed
@NickEntin NickEntin deleted the nick/distribution-fixed-zero branch August 29, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixed spacing of 0 can be ignored between elements
2 participants