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: add1b784b80a
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dfdb2d5f114a
Choose a head ref
  • 1 commit
  • 24 files changed
  • 1 contributor

Commits on Jul 27, 2024

  1. Migrates the bulk of flutter/engine to pub workspaces. (#54157)

    Part of flutter/flutter#147883.
    
    Excluding Fuchsia and the Web SDK, the remaining scripts are:
    
    ```sh
    $ ./tools/find_pubspecs_to_workspacify.sh
    
    /Users/matanl/Developer/engine/src/flutter/impeller/tessellator/dart/pubspec.yaml
    /Users/matanl/Developer/engine/src/flutter/sky/packages/sky_engine/pubspec.yaml
    /Users/matanl/Developer/engine/src/flutter/shell/vmservice/pubspec.yaml
    /Users/matanl/Developer/engine/src/flutter/lib/snapshot/pubspec.yaml
    /Users/matanl/Developer/engine/src/flutter/lib/gpu/pubspec.yaml
    /Users/matanl/Developer/engine/src/flutter/lib/web_ui/pubspec.yaml
    /Users/matanl/Developer/engine/src/flutter/flutter_frontend_server/pubspec.yaml
    ```
    
    These could be the trickiest, so I'm doing them separately.
    matanlurey authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    dfdb2d5 View commit details
    Browse the repository at this point in the history
Loading