-
Notifications
You must be signed in to change notification settings - Fork 74
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
Remove old-style config for exclude-entropy-patterns #282
Remove old-style config for exclude-entropy-patterns #282
Conversation
ad37372
to
db00e32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It still looks good. ;-) I made some nit-picking editorial comments on the documentation, which you can take or leave.
96882f4
to
d0fbbaa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing too serious. But I want to be certain we retain the old regex loading functionality for the default_regexts.json
loading. And either utilize the new MatchType
and Scope
enums or remove them since they're not currently used at all. 😄
d0fbbaa
to
fd48661
Compare
Another thought here: We've now documented that this option is only available in the config file, and not from the CLI. But it's still being added as a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of small updates left, viewing this from the perspective of being a library/API first, with a CLI exposing it second. Great work @sushantmimani!
Co-authored-by: Joey Wilhelm <tarkatronic@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 🚢
Fix tests
To help us get this pull request reviewed and merged quickly, please be sure to include the following items:
PR Type
What kind of change does this PR introduce?
Backward Compatibility
Is this change backward compatible with the most recently released version? Does it introduce changes which might change the user experience in any way? Does it alter the API in any way?
Old style
exluded-entropy-patterns
will no longer be supported and will raise an errorIssue Linking
Closes #264
What's new?
Old style
exluded-entropy-patterns
will no longer be supported and will raise an error. These must now follow the TOMLarray of tables
format and can only be specified in the config file