• Chris Bracken's avatar
    Revert elimination of Dart 1 (#18460) · 2ae48845
    Chris Bracken authored
    fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
    from source, flutter_platform.dart automatically runs a kernel compile when
    operating in Dart 2 mode, but this assumes a functional Dart SDK is available
    in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
    directory with an empty temp dir.
    
    Remaining work is:
    1. Get the frontend server building as a dependency on Fuchsia.
    2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
    
    This also reverts migration to Dart 2 typedef syntax.
    
    This reverts commit 6c56bb24. (#18362)
    This reverts commit 3daebd05. (#18316)
    2ae48845
Name
Last commit
Last update
..
test Loading commit data...
README.md Loading commit data...
VERSION_LINUX_NDK Loading commit data...
VERSION_LINUX_SDK Loading commit data...
VERSION_MACOSX_NDK Loading commit data...
VERSION_MACOSX_SDK Loading commit data...
VERSION_WIN_SDK Loading commit data...
analyze-sample-code.dart Loading commit data...
docs.sh Loading commit data...
download_android_tools.py Loading commit data...
find_depot_tools.py Loading commit data...
prepare_package.dart Loading commit data...
pubspec.yaml Loading commit data...
test.dart Loading commit data...
travis_install.sh Loading commit data...
travis_script.sh Loading commit data...
travis_setup.sh Loading commit data...
upload_android_tools.py Loading commit data...