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 handling of unused alignment #132

Merged
merged 2 commits into from
Jun 4, 2021

Conversation

tomerha
Copy link
Contributor

@tomerha tomerha commented Jan 28, 2021

This reverts a change introduced in 55467d2 (1.17) in order to resolve #112, but which broke more verbose use cases.

The proper solution to #112 should have been to instructing the user to use the '{:^S},{^:S}' pattern instead, because in some cases format() is not really reversible so you ought to be more verbose in your format.

This resolves #118.

…r1chardj0n3s#112, but which broke more verbose use cases.

The proper solution to r1chardj0n3s#112 should have been to instructing the user to use the '{:^S},{^:S}' pattern instead, because in some cases format() is not really reversible so you ought to be more verbose in your format.

This resolves r1chardj0n3s#118.
@tomerha tomerha requested a review from r1chardj0n3s March 22, 2021 04:59
@r1chardj0n3s r1chardj0n3s merged commit 421c199 into r1chardj0n3s:master Jun 4, 2021
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.

Center alignment / stripping in 1.17 incompatible with 1.16 seach cut the result with {:^}
2 participants