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

Drop the with-deprecated cfg and everything behind it #655

Closed
dtolnay opened this Issue Aug 18, 2017 · 1 comment

Comments

Projects
None yet
3 participants
@dtolnay
Copy link

dtolnay commented Aug 18, 2017

As I understand it, the only thing blocking this is reimplementing the test cases that currently rely on deprecated functionality.

The best way to approach this would be running cargo test --no-default-features to see what breaks:

...

error: aborting due to 180 previous errors

then reworking small self-contained pieces to use the new APIs. I imagine this will be split across lots of PRs. It also sounds like a great way to learn the ins and outs of mio in general!

Once cargo test --no-default-features passes, we can rip out all the deprecated functionality.

@ahmedcharles

This comment has been minimized.

Copy link
Collaborator

ahmedcharles commented Aug 19, 2017

I'm working on this, (perhaps slowly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.