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

Introduce parser rollback tests #2703

Closed
hurricup opened this issue Jun 22, 2023 · 0 comments · Fixed by #2711
Closed

Introduce parser rollback tests #2703

hurricup opened this issue Jun 22, 2023 · 0 comments · Fixed by #2711
Milestone

Comments

@hurricup
Copy link
Collaborator

hurricup commented Jun 22, 2023

We can evaluate how many tokens are rolled back on particular sample and this may be a good indication or parser performance.
We should make a sample from most popular libraries.

hurricup added a commit that referenced this issue Jul 2, 2023
Samples prepared by concatenation sources with
```
find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \;
```

Fixes #2703
@hurricup hurricup added this to the 2023.2 milestone Jul 2, 2023
hurricup added a commit that referenced this issue Jul 2, 2023
Samples prepared by concatenation sources with
```
find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \;
```

Fixes #2703
hurricup added a commit that referenced this issue Jul 2, 2023
Samples prepared by concatenation sources with
```
find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \;
```

Fixes #2703
hurricup added a commit that referenced this issue Jul 2, 2023
Samples prepared by concatenation sources with
```
find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \;
```

Fixes #2703
hurricup added a commit that referenced this issue Jul 3, 2023
Samples prepared by concatenation sources with
```
find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \;
```

Fixes #2703
hurricup added a commit that referenced this issue Jul 3, 2023
Samples prepared by concatenation sources with
```
find ./ -name '*.pm' -exec sed -r '/^__(END|DATA)__/Q' "{}" > target.code \;
```

Fixes #2703
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant