You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This CL will fix the first 3 and temporarily ignore all the downcast composite warnings. The downward composite warnings are clearly cases that will fail at runtime in strong mode, so we can't ignore them indefinitely. There are a few changes that will help fix them:
add generics to stack_listener pushpop and popList
avoid union types:
split optional arguments as a separate stack entry (see outline_builder)
see if we can flatten nested statement blocks differently (see body_builder).
We are delaying those changes until we set up some infrastructure that lets us track if those changes have any visible runtime performance effect.
The text was updated successfully, but these errors were encountered:
This is a meta-bug to track what needs to be done to make
package:front_end
strong clean.General errors pending to be fixed in
package:front_end
:Issues that should be fixed in the language:
@virtual
is implicit #28601This CL will fix the first 3 and temporarily ignore all the downcast composite warnings. The downward composite warnings are clearly cases that will fail at runtime in strong mode, so we can't ignore them indefinitely. There are a few changes that will help fix them:
push
pop
andpopList
We are delaying those changes until we set up some infrastructure that lets us track if those changes have any visible runtime performance effect.
The text was updated successfully, but these errors were encountered: