-
Notifications
You must be signed in to change notification settings - Fork 1.7k
A number of html libraries are failing on the analyzer #16522
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
Comments
Added this to the 1.2 milestone. |
Set owner to @efortuna. |
Issue filed here: https://code.google.com/p/dart/issues/detail?id=16563 |
Issue #16778 has been merged into this issue. |
After the analyzer issue is fixed we should be able to close this bug. All the other non-analyzer bug issues have been fixed I believe. Marked this as being blocked by #16686. |
Removed Area-HTML label. |
Marked this as being blocked by #18596. |
Marked this as being blocked by #16563. |
Removed this from the 1.6 milestone. |
closing as fixed at last! Added Fixed label. |
This doesn't seem to have stayed fixed. There are 12 suppressions in analyze_library.status with this bug number associated with them, and removing them causes failures. Mostly they seem to be the issues from https://code.google.com/p/dart/issues/detail?id=16563 , implementing bool/num/etc, along with a lot of static warnings about finals not initialized and a few others, but I don't know if warnings would cause the test to fail on its own. Removed the owner. |
Issue #6985 has been merged into this issue. |
There is a number of unassigned suppression for CompileTimeErrors on the analyzer in tests/analyzer/analyze_library.status for html libraries.
I will mark these with this bug number, please go through them and fix up the status files or make bugs against the analyzer if there are bugs there.
Marking the following with this bug:
lib/_chrome/dart2js/chrome_dart2js: CompileTimeError
lib/html/dartium/html_dartium: CompileTimeError
lib/html/html_common/html_common: CompileTimeError
lib/html/html_common/html_common_dart2js: CompileTimeError
The text was updated successfully, but these errors were encountered: