chore(docs): Decrement level of chapter 'Lines' - #744
Closed
PhilippFeO wants to merge 1 commit into
Closed
Conversation
Collaborator
|
Good catch — the deprecation being hidden in
Also: please rebase onto master (currently |
bosd
force-pushed
the
chore/fix-doc-chapter-level
branch
from
August 11, 2026 17:43
e2fd545 to
15e9d18
Compare
Author
Ups, should have done this in the first place. I glanced over it to fast. Thank you!
True. I'll go with the explicit warning. 🤝 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on Parser lines, the Lines plugin is deprecated and the code also signals this to the user.
The current version of the docs implies by structure, Lines is on the same level as Parser lines and especially Legacy Regexes, that this is not deprecated. Also, Lines doesn't mention it's deprecated.
I propose decrementing the level of Lines, such that it appears below Legacy Regexes, implying it's deprecation automatically.
I ran into the issue, because I contemplated Lines equal to the rest of the possibilities (or I forgot the deprecation warning in Parser lines).