Skip to content

Fix handling of unused alignment#132

Merged
r1chardj0n3s merged 2 commits intor1chardj0n3s:masterfrom
tomerha:fix-unused-alignment-bug
Jun 4, 2021
Merged

Fix handling of unused alignment#132
r1chardj0n3s merged 2 commits intor1chardj0n3s:masterfrom
tomerha:fix-unused-alignment-bug

Conversation

@tomerha
Copy link
Copy Markdown
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