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

utils/cobrautil/templates: new value type search algorithm #324

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. utils/cobrautil/templates: new value type search algorithm

    This patch replaces regexp with manual searching for matching bracket.
    The regexp implementation is not aware of the brackets semantics and matches the last closing bracket preventing the use of <> and [] later in usage.
    The current implementation finds the value type definition until the first upper case letter.
    mmatczuk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8b38b1f View commit details
    Browse the repository at this point in the history