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 upAdd accountable-refcell as optional build time feature #25451
Conversation
highfive
commented
Jan 7, 2020
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jan 7, 2020
|
r?@jdm |
|
We should add a CI job so this doesn't break, too - you can replace https://github.com/servo/servo/blob/master/etc/taskcluster/decision_task.py#L209 with refcell_backtrace. |
|
Looks good! Please squash and I'll merge! |
|
Done. Thanks for guiding me through this; learnt a lot while working on this issue. |
|
@bors-servo r+ |
|
|
|
|
|
@bors-servo r+ |
|
|
Add accountable-refcell as optional build time feature <!-- Please describe your changes on the following line: --> It can be used with the format `./mach build --features refcell_backtrace`. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #19308 (GitHub issue number if applicable) <!-- Either: --> - [X] These changes do not require tests because it adds a optional build-time feature only. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
@bors-servo retry |
Add accountable-refcell as optional build time feature <!-- Please describe your changes on the following line: --> It can be used with the format `./mach build --features refcell_backtrace`. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #19308 (GitHub issue number if applicable) <!-- Either: --> - [X] These changes do not require tests because it adds a optional build-time feature only. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
@bors-servo retry |
Add accountable-refcell as optional build time feature <!-- Please describe your changes on the following line: --> It can be used with the format `./mach build --features refcell_backtrace`. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #19308 (GitHub issue number if applicable) <!-- Either: --> - [X] These changes do not require tests because it adds a optional build-time feature only. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
@bors-servo retry |
Add accountable-refcell as optional build time feature <!-- Please describe your changes on the following line: --> It can be used with the format `./mach build --features refcell_backtrace`. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #19308 (GitHub issue number if applicable) <!-- Either: --> - [X] These changes do not require tests because it adds a optional build-time feature only. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
kunalmohan commentedJan 7, 2020
It can be used with the format
./mach build --features refcell_backtrace../mach build -ddoes not report any errors./mach test-tidydoes not report any errors