• Todd Volkert's avatar
    Fix context.dart to properly handle nested zones (#7189) · a4f2ad98
    Todd Volkert authored
    This fixes an infinite loop in the code that walks the parent
    context chain looking for a variable.
    
    This also includes a fix in build_info.dart whereby if the context
    is set but the config is not yet set, we were trying to dereference
    null.
    a4f2ad98
build_info.dart 3.65 KB