Skip to content

Support for regex pattern when specifying asset name#161

Open
LLouice wants to merge 2 commits intochshersh:mainfrom
LLouice:regex-asset
Open

Support for regex pattern when specifying asset name#161
LLouice wants to merge 2 commits intochshersh:mainfrom
LLouice:regex-asset

Conversation

@LLouice
Copy link

@LLouice LLouice commented Feb 9, 2023

Add support for regex pattern when specifying asset name

This feature does not break the previous substring rule

Additional tasks

  • Documentation for changes provided/changed
  • Tests added
  • Updated CHANGELOG.md

@LLouice LLouice requested a review from chshersh as a code owner February 9, 2023 07:58
Copy link
Owner

@chshersh chshersh left a comment

Choose a reason for hiding this comment

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

Hmm, initially, I would be against adding regex support to tool-sync but seeing how easy it was to implement it, I think I actually changed my mind!

Thanks for the implementation! I have one minor questions. And also, could you update CHANGELOG and docs README by saying that tool-sync now supports regular expressions? Thanks!

Everything else looks great 👍🏻

}

#[derive(Debug, PartialEq, Eq)]
//#[derive(Debug, PartialEq, Eq)]
Copy link
Owner

Choose a reason for hiding this comment

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

Let's remove this comment if those two instances are not needed 🧹

@chshersh chshersh added enhancement New feature or request dependencies config TOML configuration, config-related CLI options labels Feb 9, 2023
@chshersh chshersh added this to the v0.3.0: Auto milestone Feb 9, 2023
@LLouice
Copy link
Author

LLouice commented Feb 9, 2023

I'm glad you like it.
I added unit tests and documentation (maybe my documentation could be improved).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config TOML configuration, config-related CLI options dependencies enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants