Skip to content

Properly support no_std #312

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

Closed
wants to merge 1 commit into from
Closed

Properly support no_std #312

wants to merge 1 commit into from

Conversation

Manishearth
Copy link
Member

@Manishearth Manishearth commented Jan 9, 2019

num-traits isn't no-std by default, and we use a bunch of stuff from it that requires std

r? @SimonSapin


This change is Reviewable

@@ -72,6 +78,7 @@ where
}
}

#[cfg(feature = "std")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why can't this use FloatCore?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no trigonometry in FloatCore

@bors-servo
Copy link
Contributor

☔ The latest upstream changes (presumably #314) made this pull request unmergeable. Please resolve the merge conflicts.

@nical
Copy link
Contributor

nical commented Jul 4, 2019

@Manishearth other than rebasing, is there anything keeping us from going through with this?

@Manishearth
Copy link
Member Author

Rebasing and review

@nical
Copy link
Contributor

nical commented Nov 25, 2019

Fixed in #372

@nical nical closed this Nov 25, 2019
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.

4 participants