-
Notifications
You must be signed in to change notification settings - Fork 10
feat: Allow for non-escaped hyphens outside of regex ranges (fixes #200). #201
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
Changes from 34 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
1f4b310
Kinda working.
SharafMohamed dfa411e
Merge branch 'main' into log-event-boundary-new
SharafMohamed 3ad08ea
Fix edge cases; Update tests.
SharafMohamed 2cc83c9
Update test docstring.
SharafMohamed 3a21375
Fix examples/common.cpp.
SharafMohamed fc520fd
Cleanup.
SharafMohamed caca5bc
Add clarifying comment.
SharafMohamed dd8e45e
Fix accessors for timestamp in output buffer.
SharafMohamed db78cd6
Fix caching.
SharafMohamed 1351a71
reset m_has_timestamp.
SharafMohamed 1f11aa2
Always get capture_string on wrap around.
SharafMohamed 25b2874
Remove m_has_timestamp and replace it with optional m_timestamp.
SharafMohamed 4bd25cb
Update reader parser to use header check.
SharafMohamed 80376bc
Compile examples.
SharafMohamed db50803
Replace macros.
SharafMohamed 3d02572
Have get_reg_ids_from_capture throw instead of returning optional.
SharafMohamed 0dfd168
Update readme.
SharafMohamed 82bfd86
Update example schema.
SharafMohamed a64e9b5
Update readme again.
SharafMohamed 39ebb8f
Improve example schema.
SharafMohamed 67d6e72
Improve example schema.
SharafMohamed df74af5
Remove extra : in example schema.
SharafMohamed 494f8d1
Fix wording.
SharafMohamed 725a71e
Return captures as tokens to prevent invalidating cache during nested…
SharafMohamed 482df96
Merge branch 'main' into log-event-boundary-new
SharafMohamed 919b598
Update readme to use as $txt$ placeholders and add examples to make i…
SharafMohamed bd0f4fd
Rename get_capture_token to get_sub_token.
SharafMohamed 23d466c
Add newline.
SharafMohamed 6cb38ea
Update get_sub_token.
SharafMohamed 5c17c15
Allow for non escaped hyphens outside of ranges.
SharafMohamed 7b4d618
Remove unused header.
SharafMohamed aa61693
Remove unused header.
SharafMohamed 6771a4f
Replace txt with plaintext.
SharafMohamed 48ea212
Merge branch 'log-event-boundary-new' into hyphen_fix
SharafMohamed c1e4390
Fix cmakelists.
SharafMohamed 791e83e
Fix cmakelists.
SharafMohamed a47ab26
Merge branch 'main' into log-event-boundary-new
SharafMohamed 351bd18
Merge branch 'main' into log-event-boundary-new
davidlion 096ca4b
Merge branch 'main' into log-event-boundary-new
SharafMohamed 9e538b7
Merge branch 'log-event-boundary-new' into hyphen_fix
SharafMohamed 9a7d974
Merge branch 'log-event-boundary-new' of https://github.com/SharafMoh…
SharafMohamed 3b4dd08
Lint.
SharafMohamed 9002260
Merge branch 'log-event-boundary-new' into hyphen_fix
SharafMohamed fdc5178
Merge branch 'main' into hyphen_fix
SharafMohamed 95aa1d2
Remove escaped hyphens.
SharafMohamed 2a61ca7
update schema.md for hyphens.
SharafMohamed File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.