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

Remove redundant handling of Symfony-style tags #49

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

jessarcher
Copy link
Member

This code was from before we used Symfony's output buffer and was just a crude way to maintain the gray "Provider" and "Tag" labels in the vendor:publish command.

The Symfony output buffer was added so that we could track trailing newlines in interleaved output, but it had the added benefit of handling the full range of Symfony formatting tags, making this code redundant.

The changes in #47 allow us to ignore these tags for the purposes of calculating padding, where previously they needed to be converted to escape characters before rendering.

@taylorotwell taylorotwell merged commit 8c9348d into main Aug 16, 2023
4 checks passed
@taylorotwell taylorotwell deleted the remove-format branch August 16, 2023 14:11
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.

2 participants