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

refactor: Rename the async module to aio #189

Closed
wants to merge 1 commit into from
Closed

Conversation

Marwes
Copy link
Collaborator

@Marwes Marwes commented Mar 1, 2019

async is a reserved keyword in rust 2018 so this avoids the need to
write r#async in it.

Suggested by @jwilm in #180

Closes #180

BREAKING CHANGE

Rename uses of the async module to aio

`async` is a reserved keyword in rust 2018 so this avoids the need to
write `r#async` in it.

Suggested by @jwilm in redis-rs#180

Closes redis-rs#180

BREAKING CHANGE

Rename uses of the `async` module to `aio`
@badboy
Copy link
Collaborator

badboy commented Mar 13, 2019

I wonder if we can re-export under the old name so it's ... less breaking?
Or is that just unnecessary duplication and given that this is all experimental anyway, it's fine with breaking it now?

@Marwes
Copy link
Collaborator Author

Marwes commented Mar 13, 2019

There are some other breaking changes in the queue such as #165 so I think it may be fair to bundle this in with that?

@badboy
Copy link
Collaborator

badboy commented Mar 13, 2019

Bundle it is!

@badboy
Copy link
Collaborator

badboy commented Mar 16, 2019

Merged as 0913426 (after a rebase)

@badboy badboy closed this Mar 16, 2019
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.

None yet

2 participants