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

std::f64 should not have been converted to core::f64. #37

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

martinfrances107
Copy link
Contributor

I have made a mistake, I want to unwind, sorry for the churn.

I was correct to use "core::iter::repeat_with" but core::f64 has recently been made std specific

This partially undoes

commit 48b9ffb9f8ca6207eee8a81565cbc1199187dd6d (HEAD -> master, origin/master, origin/HEAD)
Author: martin frances <martinfrances107@hotmail.com>
Date:   Thu Feb 29 08:02:21 2024 +0000

    Minor: drop std where possible (use core). (#36)

and partially restores

commit 2065e4a8f00a72d5a88cd274187695497ee8a5be
Author: SasakiSaki <192608617@qq.com>
Date:   Wed Apr 19 01:28:10 2023 +0800

    `core::f64` has been deprecated (#29)

@mourner mourner merged commit de4c265 into mourner:master Mar 1, 2024
3 checks passed
@martinfrances107 martinfrances107 deleted the noise branch March 1, 2024 09:59
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