Re: [dev-servo] Error in ./mach test-tidy

2015-11-02 Thread Matthew Brubeck
Also, the link must begin with "https". On Sun, Nov 1, 2015 at 1:25 AM, Manish Goregaokar wrote: > You need to add a link to the spec where you got the webidl from. The other > interfaces all have a link to html.spec.whatwg.org or similar. > > -Manish Goregaokar > > On Sun, Nov 1, 2015 at 11:02

Re: [dev-servo] Error in ./mach test-tidy

2015-11-01 Thread Manish Goregaokar
You need to add a link to the spec where you got the webidl from. The other interfaces all have a link to html.spec.whatwg.org or similar. -Manish Goregaokar On Sun, Nov 1, 2015 at 11:02 AM, JIGAR SHARDA wrote: > Hi All, > > I am trying to add a new interface and while running the ./mach test-t

[dev-servo] Error in ./mach test-tidy

2015-10-31 Thread JIGAR SHARDA
Hi All, I am trying to add a new interface and while running the ./mach test-tidy, I am getting an error saying that no specification link found for the interface at line 0 of the newly added file. My ./mach build --dev is running fine. So can you please point what am I missing here? Thanks in ad