Skip to content

Fix some warnings in tests/notify.rs#58

Merged
passcod merged 1 commit intonotify-rs:masterfrom
jwilm:fix-warnings
Apr 30, 2016
Merged

Fix some warnings in tests/notify.rs#58
passcod merged 1 commit intonotify-rs:masterfrom
jwilm:fix-warnings

Conversation

@jwilm
Copy link
Contributor

@jwilm jwilm commented Apr 29, 2016

std::thread::sleep_ms (deprecated) was replaced with called to
std::thread::sleep. A couple of other warnings were fixed as well.

There's still a number of items in this file with dead_code warnings
that could be fixed by running the tests on all platforms, but from the
comments, it sounds like some of the tests are flakey in certain
scenarios.


This change is Reviewable

std::thread::sleep_ms (deprecated) was replaced with called to
std::thread::sleep. A couple of other warnings were fixed as well.

There's still a number of items in this file with dead_code warnings
that could be fixed by running the tests on all platforms, but from the
comments, it sounds like some of the tests are flakey in certain
scenarios.
@passcod passcod merged commit d966e12 into notify-rs:master Apr 30, 2016
@passcod passcod added this to the 2.6.0 milestone Jun 5, 2016
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