Skip to content

Rel 2 5 pbckp 326 #560

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

Merged
merged 1 commit into from
Dec 10, 2022
Merged

Rel 2 5 pbckp 326 #560

merged 1 commit into from
Dec 10, 2022

Conversation

daniel-95
Copy link
Contributor

No description provided.

@daniel-95 daniel-95 changed the base branch from master to REL_2_5 November 3, 2022 07:55
Everything between WARNING and FATAL sections is now handled with the [\s\S]*? regex:
* [\s\S] is a group that handles any whitespace and non-whitespace character including new lines which are important in this case.
* "*" quantifier means zero or more characters. There may as well be nothing between these two sections.
* "?" quantifies in this case means greedy search so that we don't match more than we need.
@funny-falcon funny-falcon merged commit 822fbbf into REL_2_5 Dec 10, 2022
@funny-falcon funny-falcon deleted the REL_2_5-PBCKP-326 branch December 10, 2022 15:16
@Burus Burus added this to the 2.5.9 milestone Dec 21, 2022
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.

3 participants