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

Support filtering timezone names by regex #69

Merged
merged 4 commits into from
Oct 9, 2020

Conversation

quodlibetor
Copy link
Contributor

This adds the ability to only construct the tz enum variants based on a filtering Regex.

This is exactly #57 with a cleaned up history and a couple extra commits from me.

This makes it possible to only install the regex build dependency with the
`features = ["filter-by-regex"]` option in Cargo.toml.

This commit is broken -- build.rs will get a new trivial implementation in the
next commit. Deleting and creating the file in separate commits causes git's
rename logic to kick in, making the diff much more useful.
@quodlibetor quodlibetor merged commit 1e6edef into chronotope:master Oct 9, 2020
@quodlibetor quodlibetor deleted the filter-by-regex branch October 9, 2020 15:41
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.

2 participants