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 upUse DOMRefCell in script crate #3737
Conversation
hoppipolla-critic-bot
commented
Oct 20, 2014
|
Critic review: https://critic.hoppipolla.co.uk/r/2914 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
I have not converted yet Should we use |
|
@saneyuki I think we should. In the future I'd like to add a lint to disallow RefCell in the script crate. |
|
@jdm ok. I'll push their patches. |
|
After merge this, I'll open the pull request which introduce dynamic checking about borrowing. |
|
Thanks! |
|
I feel the last bors build error is similar to the one which we encounter in #3742. Perhaps the previous base commit might have some latent issues, so I rebased this changeset on a latest master now. |
This comment has been minimized.
This comment has been minimized.
jdm
commented on f1c840d
Oct 22, 2014
|
r+ |
This comment has been minimized.
This comment has been minimized.
jdm
replied
Oct 22, 2014
|
@bors: retry |
This comment has been minimized.
This comment has been minimized.
jdm
replied
Oct 22, 2014
|
@bors: retry |
This comment has been minimized.
This comment has been minimized.
|
saw approval from jdm |
This comment has been minimized.
This comment has been minimized.
|
merging saneyuki/servo/cell = f1c840d into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
some tests failed: |
This comment has been minimized.
This comment has been minimized.
|
saw approval from jdm |
This comment has been minimized.
This comment has been minimized.
|
saw approval from jdm |
This comment has been minimized.
This comment has been minimized.
|
merging saneyuki/servo/cell = f1c840d into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
all tests pass: |
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = f5e8df9 |
|
In this pull request, I replaced almost |
|
Yes, I don't believe any of the members being changed should be in use by the layout task. |
|
Can only reviewers command to build to bors? |
|
Yeah :/ |
|
|
f1c840d
into
servo:master
tetsuharuohzeki commentedOct 20, 2014
#3050
Altough LayoutDataRef is touched from layout, we don't use DOMRefCell in it becasuse
it's expected to manipulate in layout task.