New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webidl lint #23200
Merged
+369
−19
Replace WebIdlError enum with ParentMismatchError struct.
0d3bee2
Select commit
dfca8ec
Can collect webidl paths.
krk ea833b5
Parse webidl files and lint for inheritance correctness.
krk 3878fe8
Increase version of clap to fix test-tidy errors.
krk 2384e5f
Rename typ to ty and use &str where possible.
krk ef59009
Remove redundant return keyword.
krk 0e3ee8b
Allow Reflector as a parent and special case PaintRenderingContext2D.
krk 32049d1
Remove debug logs.
krk 6db7518
Use iter.next instead of for-break.
krk 0d3bee2
Replace WebIdlError enum with ParentMismatchError struct.
krk 763fc8a
Simplify ParentMismatchError.fmt.
krk e956061
Move WindowProxy declaration to the new WindowProxy.webidl file.
krk fea2ad0
Inherit TestBinding from TestBindingProxy.
krk
Merged
Webidl lint #23200
Replace WebIdlError enum with ParentMismatchError struct.
Apr 14, 2019
Apr 14, 2019
Apr 14, 2019
Apr 16, 2019
Apr 16, 2019
Apr 16, 2019
Apr 16, 2019
Apr 16, 2019
Apr 16, 2019
Apr 16, 2019
Apr 17, 2019
Apr 17, 2019
0d3bee2
Select commit
dfca8ec
Can collect webidl paths.
krk ea833b5
Parse webidl files and lint for inheritance correctness.
krk 3878fe8
Increase version of clap to fix test-tidy errors.
krk 2384e5f
Rename typ to ty and use &str where possible.
krk ef59009
Remove redundant return keyword.
krk 0e3ee8b
Allow Reflector as a parent and special case PaintRenderingContext2D.
krk 32049d1
Remove debug logs.
krk 6db7518
Use iter.next instead of for-break.
krk 0d3bee2
Replace WebIdlError enum with ParentMismatchError struct.
krk 763fc8a
Simplify ParentMismatchError.fmt.
krk e956061
Move WindowProxy declaration to the new WindowProxy.webidl file.
krk fea2ad0
Inherit TestBinding from TestBindingProxy.
krk