Skip to content

Conversation

@JarredAllen
Copy link
Contributor

@JarredAllen JarredAllen commented Mar 1, 2020

Closes #5224

changelog: Enhance [suboptimal_flops] lint to detect manual implementations of the abs method

@JarredAllen
Copy link
Contributor Author

On my machine, there were already 6 tests that failed before I made any changes to the code. I imagine that's probably what the failing check is.

@JohnTitor
Copy link
Member

On my machine, there were already 6 tests that failed before I made any changes to the code. I imagine that's probably what the failing check is.

The failure is #5238, you can ignore them for now.

@JarredAllen
Copy link
Contributor Author

The most recent commit was because running cargo dev fmt reformatted the test case that I wrote, so I had to adjust the linter outputs, and I didn't expect that to happen so I hadn't tried running the test again.

@bors
Copy link
Contributor

bors commented Mar 1, 2020

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

@JohnTitor JohnTitor added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Mar 2, 2020
@flip1995 flip1995 added S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status) and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties labels Mar 3, 2020
@JarredAllen
Copy link
Contributor Author

@flip1995 I think I implemented all of your suggested changes.

@flip1995 flip1995 added S-waiting-on-bors Status: The marked PR was approved and is only waiting bors and removed S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status) labels Mar 4, 2020
@flip1995
Copy link
Member

flip1995 commented Mar 4, 2020

cargo dev fmt and waiting for the rustup and this is good to go 👍

@phansch
Copy link
Contributor

phansch commented Mar 4, 2020

@bors r=flip1995

@bors
Copy link
Contributor

bors commented Mar 4, 2020

📌 Commit c3e96d1 has been approved by flip1995

@bors
Copy link
Contributor

bors commented Mar 4, 2020

⌛ Testing commit c3e96d1 with merge b900228...

bors added a commit that referenced this pull request Mar 4, 2020
Detect usage of custom floating-point abs implementation

Implements #5224
@bors
Copy link
Contributor

bors commented Mar 4, 2020

💔 Test failed - checks-action_test

@flip1995
Copy link
Member

flip1995 commented Mar 4, 2020

@bors retry

@bors
Copy link
Contributor

bors commented Mar 4, 2020

⌛ Testing commit c3e96d1 with merge 8dc3fde...

@bors
Copy link
Contributor

bors commented Mar 4, 2020

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing 8dc3fde to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: The marked PR was approved and is only waiting bors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Detect usage of custom floating-point abs implementation

6 participants