Skip to content

chore: added docs for semver changes in grammar + remove fast-col-line#787

Merged
tomtau merged 1 commit intopest-parser:masterfrom
tomtau:feature/refactor
Feb 8, 2023
Merged

chore: added docs for semver changes in grammar + remove fast-col-line#787
tomtau merged 1 commit intopest-parser:masterfrom
tomtau:feature/refactor

Conversation

@tomtau
Copy link
Contributor

@tomtau tomtau commented Feb 6, 2023

using line_col from pairs is recommended: #785 (comment) as it's faster or similar performance after the line-index patch

using line_col from pairs is recommended: pest-parser#785 (comment)
as it's faster or similar performance after the line-index patch
@tomtau tomtau requested a review from a team as a code owner February 6, 2023 13:03
@tomtau tomtau requested review from NoahTheDuke and removed request for a team February 6, 2023 13:03
@tomtau
Copy link
Contributor Author

tomtau commented Feb 6, 2023

The main project I see that used fast-col-line is https://github.com/VirusTotal/yara-x/blob/ff32319be15114de42d79965f22e7cf787b0d7bd/yara-x-parser/Cargo.toml#L33

@VirusTotal @plusvic just a heads up that we plan to remove it, given the default line-index for line_col on Pairs is faster or similar performance: #785 (comment) or do you have any special use case for using line_col on Position?

Copy link
Member

@NoahTheDuke NoahTheDuke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That warning is good.

@plusvic
Copy link

plusvic commented Feb 7, 2023

Thanks for the heads-up!. I'm not using fast-col-line for anything special, I'm going to remove my dependency from that feature.

plusvic added a commit to VirusTotal/yara-x that referenced this pull request Feb 7, 2023
This feature will be removed in future versions: pest-parser/pest#787
@tomtau tomtau merged commit 2562356 into pest-parser:master Feb 8, 2023
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