Skip to content

refactor: Remove dependency on regex_macro #13

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 2 commits into from
Mar 22, 2016

Conversation

badboy
Copy link
Contributor

@badboy badboy commented Feb 16, 2016

It was not used in stable at all, because it only works in nightly.
Now that regex! is almost always slower¹ there's no reason to keep it in.

¹: rust-lang/regex#164

It was not used in stable at all, because it only works in nightly.
Now that regex! is almost always slower¹ there's no reason to keep it in.

¹: rust-lang/regex#164
@cburgdorf
Copy link
Contributor

@kbknapp you probably have more insight here. Mind to review?

@badboy
Copy link
Contributor Author

badboy commented Mar 1, 2016

Oh, I only now see I broke the build because I removed the unstable feature.
Not sure how many people actually activated it, but IMO removing it is the right way to go. In that case I will change .travis.yml to unset it as well.

If you like to have it around I can add it back.

In any way, the test only failed because of the missing feature, not because of broken code.

@badboy
Copy link
Contributor Author

badboy commented Mar 1, 2016

I now see that I left in the feature for clog-cli. I should not code that early before the first coffee. D'oh!

This does not enable anything, but we keep it around nonetheless.
@badboy
Copy link
Contributor Author

badboy commented Mar 9, 2016

I added back the feature. Test should be green, but travis failed to install Rust nightly. Can someone re-kick the tests?

And a release after that would be great, so my own project can depend on the Crates.io release again instead of the git repo

@kbknapp
Copy link
Member

kbknapp commented Mar 9, 2016

Build has been restarted. Once it passes, should be good to go 👍

@badboy
Copy link
Contributor Author

badboy commented Mar 22, 2016

ping!

@kbknapp
Copy link
Member

kbknapp commented Mar 22, 2016

Apologies I've been on vacation and forgot to recheck this.

Looks good!

kbknapp added a commit that referenced this pull request Mar 22, 2016
refactor: Remove dependency on regex_macro
@kbknapp kbknapp merged commit 76a99cf into clog-tool:master Mar 22, 2016
@badboy
Copy link
Contributor Author

badboy commented Mar 28, 2016

Any chance to get a release of the clog crate soon?

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.

3 participants