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

Refactor: Dynamic tag parser #1541

Merged
merged 1 commit into from
Nov 28, 2024
Merged

Conversation

tomusborne
Copy link
Owner

closes #1539

Our current dynamic tag parser has a flaw that prevents multiple tags from being parsed if one of them has no options, and the other one does.

This PR aims to simplify the parser so that it treats all dynamic tags the same, regardless of whether they have options or not.

@tomusborne tomusborne added bug Bugs, unexpected and weird behaviors refactoring Refactoring, minor code changes labels Nov 27, 2024
@tomusborne tomusborne added this to the 2.0.0 milestone Nov 27, 2024
@iansvo
Copy link
Collaborator

iansvo commented Nov 27, 2024

@tomusborne I pushed my commit with the changes that worked. Still haven't quite gotten the pipe handling down yet though.

@tomusborne
Copy link
Owner Author

@iansvo Let's put those changes in a new PR based on this one so we can test further without it holding up this PR.

@iansvo iansvo force-pushed the refactor/dynamic-tag-parser branch from 2d4c504 to efc7962 Compare November 28, 2024 14:03
@iansvo
Copy link
Collaborator

iansvo commented Nov 28, 2024

@tomusborne I reset the branch to the previous version and I opened a new PR #1543

@tomusborne tomusborne merged commit cb4b42b into release/2.0.0 Nov 28, 2024
18 checks passed
@tomusborne tomusborne deleted the refactor/dynamic-tag-parser branch November 28, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs, unexpected and weird behaviors refactoring Refactoring, minor code changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants