Re: [dev-servo] R​eport CSS errors to the devtools, both stored and live

2015-10-30 Thread Josh Matthews
You'll want to box an instance of the type that implements the trait, rather than the name of the trait itself - Box::new(ParseErrorReporter) Cheers, Josh On 2015-10-30 7:17 PM, Gauri Naik wrote: let x=Box::new(style_traits::ParseErrorReporterTrait); Is the above the right way to create a t

Re: [dev-servo] R​eport CSS errors to the devtools, both stored and live

2015-10-19 Thread Josh Matthews
On 2015-10-19 11:40 AM, Gauri Naik wrote: Hello all, We are the team from NC State University working on the project "M1501: Report CSS errors to the devtools both stored and live". The team members are Gauri Naik, Pranesha Shaswath Kumar and Neha Kale. We have forked and cloned the servo repos