Closed
Description
Sorry, not much concrete information here. Servo fails to build in confusing ways with small changes:
- add a new
TestMsg(Sender<Sender<((), Receiver<Box<()>>)>>)
variant tolayout_interface::Msg
(http://mxr.mozilla.org/servo/source/components/script/layout_interface.rs) - add a dummy handler to
LayoutTask::handle_script_request
(http://mxr.mozilla.org/servo/source/components/layout/layout_task.rs)
Build Servo, get a bunch of errors relating to Send bounds on types, some of which call out layout_interface::Msg
in particular.
- modify
TestMsg
to be the following:TestMsg(Sender<Sender<((), Receiver<()>)>>)
(or get rid of the first tuple argument, or get rid of one level of Sender, etc.)
Build Servo again, see that it builds without any problems.
Metadata
Metadata
Assignees
Labels
No labels