Skip to content

Switch to using std::sync instead of libsync #51

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 1 commit into from
Dec 11, 2014

Conversation

mystor
Copy link
Contributor

@mystor mystor commented Dec 7, 2014

libsync has been removed from rust, which means that for sync primitives, std::sync is required. This switches string-cache to using std::sync.

Unfortunately, this means that string-cache now depends on both std and core. A better patch which doesn't have this problem would probably be a good idea.

libsync has been removed from rust, which means that for sync primitives,
std::sync is required. This switches string-cache to using std::sync.
Unfortunately, this means that string-cache now depends on both std and
core.
kmcallister added a commit that referenced this pull request Dec 11, 2014
Switch to using std::sync instead of libsync
@kmcallister kmcallister merged commit c63f564 into servo:master Dec 11, 2014
@kmcallister
Copy link
Contributor

Thanks! I've opened #53 regarding that cleanup you mentioned.

@mystor
Copy link
Contributor Author

mystor commented Dec 11, 2014

Thanks, I quickly ran through and changed the other imports for #54. Hopefully I didn't miss anything.

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