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

Fixes #55 #1095

Closed
wants to merge 1 commit into from
Closed

Fixes #55 #1095

wants to merge 1 commit into from

Conversation

robinhundt
Copy link
Contributor

This fixes #55 while avoiding the mistake of placing the router_handler
after the database_file_handler which acts differently in test and prod
(#1051).

However the order of the handler is changed again, router_handler is now the first. I can't confidently say that this change doesn't have some unintended side effects again.

This fixes rust-lang#55 while avoiding the mistake of placing the router_handler
after the database_file_handler which acts differently in test and prod
(rust-lang#1051).
@jyn514
Copy link
Member

jyn514 commented Oct 13, 2020

Hmm, there is another PR open that also fixes the issue and cleans up some other issues at the same time. I think I'd rather have that one: #1090

@jyn514 jyn514 closed this Oct 13, 2020
@jyn514
Copy link
Member

jyn514 commented Oct 14, 2020

Re-opening since I misunderstood the other PR (sorry!)

@jyn514 jyn514 reopened this Oct 14, 2020
@jyn514 jyn514 added hacktoberfest Issues or PRs good for https://hacktoberfest.digitalocean.com/ S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Oct 14, 2020
@jyn514
Copy link
Member

jyn514 commented Oct 14, 2020

You still need to rebase though, because this part of the codebase changed significantly in #1090 and I expect you might need to make changes for the tests to pass.

@jyn514 jyn514 added S-waiting-on-author Status: This PR is incomplete or needs to address review comments and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Oct 22, 2020
@jyn514
Copy link
Member

jyn514 commented Oct 27, 2020

friendly ping @robinhundt :) are you still interested in making this fix?

@jyn514
Copy link
Member

jyn514 commented Apr 14, 2021

This was fixed by #1326 (and after it was reverted, #1340).

@jyn514 jyn514 closed this Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues or PRs good for https://hacktoberfest.digitalocean.com/ S-waiting-on-author Status: This PR is incomplete or needs to address review comments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"The requested crate does not exist" message if a version does not exist
2 participants