-
Notifications
You must be signed in to change notification settings - Fork 229
Partial float refactor #397
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
Conversation
I want to see this merged, but the PRs newer than this one that are currently open should be merged first |
Can you rebase? |
The old tests were hacky and did not cover nearly as many cases as the new tests do.
rust-lang/rust#51647 is fixed but panic-handler is still needed
780b8de
to
11d4b2f
Compare
I got everything to work except for adding clippy to the CI. Issue rust-lang/rustup#1501 doesn't look like it was resolved. |
Can you try applying the workaround suggest by @RalfJung for clippy? |
dd376b1
to
db8da99
Compare
db8da99
to
d662521
Compare
Sorry if I spammed anyone's inbox, GHA always gives me trouble with environment variables. Anyway, I think |
This refactors the more troublesome parts of the floating point folder, adds more tests, removes the old test system, and fixes all clippy warnings. Fixes issues #395, #197, #162, #168. Issues #75 and #154 should also be closed.