• Siva's avatar
    Turn off unused changes report during hot reload (#16520) · dbddcf26
    Siva authored
    * A new UI is being designed to make the unused reload messaging clearer,
    the UI will use the coverage data to highlight lines in the UI that were not executed during a reload.
    
    In lieu of that we are turning off the unused reload messages experiment.
    
    There were some issues in Dart2 also with this functionality
    - source fingerprinting is not implemented in Dart2
    - some additional synthetic functions are generated for invocation argument checking that are not appropriately filtered out.
    dbddcf26
run_hot.dart 26.6 KB