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

Allow building on stable 1.6.0 #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sapphire-arches
Copy link

This set of patches allows the library to build and tests to run on the current (1.6.0) stable release of Rust. Some of these changes should probably be made regardless:

If you want to pull in just those changes, just let me know and I'll pull them out in to a different PR.

@autohuonw
Copy link
Collaborator

Thanks for the pull request, and welcome! You should hear from @huonw (or someone else) soon.

@sapphire-arches
Copy link
Author

Since Travis is apparently running the 1.7 beta, I have pushed a commit that requires implementors of FftData be sized. This fixes a warning in 1.6.0 which became an error in the 1.7 series.

@sapphire-arches sapphire-arches mentioned this pull request Feb 27, 2016
  - Remove dependency on std::sync::StaticMutex by replacing it with a
    std::sync::Mutex initialized by lazy_static.
  - Replace use of unstable std::raw::Slice with std::slice::from_raw_parts
  - Replace use of depreciated Path.as_os_str().to_cstring()
Replace use of clone_from_slice with an explicity copy
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