-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Adding diesel to the cargotest suite #81507
Conversation
This was proposed in rust-lang#79459 and rust-lang#79560. Diesel stresses the trait system implementation quite a lot and there have been various regressions regarding that in the past.
Nominating for discussion at T-compiler meeting. Potentially needs to be tagged with T-infra as well; we can discuss that there. This is a reopened version of #79599, which had been closed back in december with the following comment:
I am not sure I want to let landing this have to be blocked on coming up with a more general MCP and getting it approved. Or at least, I would the compiler team to at least consider the idea of approving landing this without requiring the construction and approval of a more general policy. |
I am not necessarily opposed to landing, but I would like some temporary policy at least - it can be as simple as "T-compiler and T-infra FCP" for example. |
@pnkfelix @Mark-Simulacrum Is there any chance to get this going some time soon? |
I think we should move forward with this. I'm sorry I let it sit so long. Lets go ahead and fire off an FCP to the tagged teams. @rfcbot fcp merge |
Team member @pnkfelix has proposed to merge this. The next step is review by the rest of the tagged team members:
No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
If T-infra is ok with this, then I'm ok with this too. |
@Mark-Simulacrum @pnkfelix Is there anything we can do to move this forward? |
@nikomatsakis @nagisa or @eddyb I think need to tick their boxes (and maybe @aidanhs ); I'll try to include a reminder in compiler team meeting this week and I suspect we'll be able to move forward after that. Sorry it's been such a long wait! |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. The RFC will be merged soon. |
📌 Commit 99a33b3 has been approved by |
☀️ Test successful - checks-actions |
As discussed in #79560 (comment) this adds diesel to the compilers test suite. This is basically a reopened version of #79599, but now with the backing of the compiler team.
r? @pnkfelix