Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c4e3cc27afef
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4e4a430bcd0d
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 13, 2024

  1. Delete stale package_config.json in gclient sync hook (#57195)

    On the bots there were old and stale `package_config.json` files hanging around that confuse the `dart format` command. This PR adds a step to the `pub_get_offline.py` glcient sync hook to delete all of these files that are not under version control.
    goderbauer authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    2f66432 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. Fix include path in fuchsia's analysis_options.yaml files (#57203)

    The old path doesn't exist.
    
    `dart format` stumbles over this non-existent include.
    
    `analysis_options.yaml` files that just imported something non-existent were deleted.
    
    I am surprised that this never caused any other issues. Is this all dead code that isn't actually analyzed?
    goderbauer authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    4e4a430 View commit details
    Browse the repository at this point in the history
Loading