Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove azure canvas backend #25833
Closed
Remove azure canvas backend #25833
Comments
|
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the If you intend to work on this issue, then add |
|
@highfive: assign me |
|
Hey @dralley! Thanks for your interest in working on this issue. It's now assigned to you! |
|
Currently you can choose to use either the Azure backend or the Raquote backend, but at least one of them and not both. I assume that as part of this issue, the feature flag that allows the Raquote backend to be disabled should be removed? |
|
Correct! |
|
PR posted |
bors-servo
added a commit
that referenced
this issue
Feb 25, 2020
Remove azure canvas backend closes #25833 Issue description: Now that the raqote backend has reached feature parity and been enabled by default, we should remove the unused azure backend entirely. <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [x] These changes fix #25833 <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because PR only removes code, doesn't add new code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that the raqote backend has reached feature parity and been enabled by default, we should remove the unused azure backend entirely.