[Merged by Bors] - feat: Try this: for multiple rewrites#6434
[Merged by Bors] - feat: Try this: for multiple rewrites#6434
Conversation
|
maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by alexjbest. |
|
I don't want to slow this down unnecessarily, but should this have associated tests? Or is that just stupid? |
|
I don't think its stupid! And it may even be a reasonable request. That the old behaviour still works is implicitly tested in the rewrites tests file. And I assume that when rewrite search lands tests will come. It also seems slightly hard for something to work for lists of length one and fail for longer ones, though that is of course possible. |
|
bors r+ |
Splitting this off from #6120, hopefully for faster review. I would like to upstream this file to Std, as it it used by `exact?`. Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
|
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Splitting this off from #6120, hopefully for faster review. I would like to upstream this file to Std, as it it used by `exact?`. Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
Splitting this off from #6120, hopefully for faster review.
I would like to upstream this file to Std, as it it used by
exact?.