Open
Bug 1754828
Opened 3 years ago
Updated 2 years ago
Massive number of type mismatch errors (actually warnings) when running hazard analysis
Categories
(Core :: JavaScript: GC, defect, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Currently, it spews many, many errors. Especially if you have run the analysis before and haven't removed the haz-browser/ or haz-js/ directories that contain the data from the previous run.
Reporter | ||
Comment 1•3 years ago
|
||
Many of the errors are from lambdas, which don't have a persistent identity and so will be different IDs across compilation units. Including the "same" compilation unit from different runs, as mentioned in comment 0.
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•