Re: [dev-servo] Proposal: Close areas of the tree that are yet to be e10sified

2015-07-27 Thread Patrick Walton
# e10s status update As requested, here's an update on multiprocess Servo. The following areas must, but do not yet, run over IPC in a multiprocess scenario and should be considered frozen: * Developer tools (#6745): Awaiting re-merge after an intermittent test failure. * Resource task (#6586):

Re: [dev-servo] Meeting notes 7/27 (critic, e10s, hyper, builders)

2015-07-27 Thread Robert O'Callahan
Why can't you debug with sandbox enabled? Seems to me Rust needs to be able to build with optimizations and debugging diagnostics both enabled, and that's how you should run Servo tests. C++ can, and we rely on that on mobile for Gecko. Rob -- lbir ye,ea yer.tnietoehr rdn rdsme,anea lurpr

Re: [dev-servo] Meeting notes 7/27 (critic, e10s, hyper, builders)

2015-07-27 Thread Patrick Walton
Alex Crichton tells me that Cargo can do debug+opts, with debug=true in a custom profile. On Jul 27, 2015 4:22 PM, Robert O'Callahan rob...@ocallahan.org wrote: Why can't you debug with sandbox enabled? Seems to me Rust needs to be able to build with optimizations and debugging diagnostics