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

Revert "Replace mempool with thread_local" #208

Closed
wants to merge 1 commit into from

Conversation

BurntSushi
Copy link
Member

This caused regex to require Rust 1.6, which really should require a
semver bump since it will break existing code. For now, we'll stick with
mempool and move to the faster thread_local version on the next semver
bump (hopefully 1.0).

Fixes #206

This caused regex to require Rust 1.6, which really should require a
semver bump since it will break existing code. For now, we'll stick with
mempool and move to the faster thread_local version on the next semver
bump (hopefully 1.0).

Fixes #206
@BurntSushi
Copy link
Member Author

cc @Amanieu I'll undo this revert on the next semver bump. Sorry about the churn.

@BurntSushi BurntSushi mentioned this pull request Apr 22, 2016
@Amanieu
Copy link
Member

Amanieu commented Apr 22, 2016

Don't bother, I'm pushing an update to thread_local to make it work on 1.3.

@BurntSushi
Copy link
Member Author

@Amanieu Thank you! :-)

@alexcrichton
Copy link
Member

r=me but if a new version of thread_local comes out seems like that works too!

@alexcrichton
Copy link
Member

Aha, #209 does that

@alexcrichton alexcrichton deleted the revert-thread-local branch April 22, 2016 16:21
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