Skip to content
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/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b0366e0a3f08
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e9cb0aa71a3
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 7, 2023

  1. [CP] Gold fix for stable branch (#139764)

    Fixes #139673
    Cherry picks #139706 to the stable branch to fix the tree.
    Piinks authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    54f1b88 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. [macOS] Suppress Xcode 15 createItemModels warning (#138243) (#139782)

    As of Xcode 15 on macOS Sonoma, the following message is (repeatedly) output to stderr during builds (repros on non-Flutter apps). It is supppressed in xcode itself, but not when run from the command-line.
    
    ```
    2023-11-10 10:44:58.031 xcodebuild[61115:1017566] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
    Details:  createItemModels creation requirements should not create capability item model for a capability item model that already exists.
    Function: createItemModels(for:itemModelSource:)
    Thread:   <_NSMainThread: 0x6000027c0280>{number = 1, name = main}
    Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
    ```
    
    This suppresses this message from stderr in our macOS build logs.
    
    Issue: #135277  
    Cherry-pick: #139284
    
    https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]:
    https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/
    https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
    
    *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*
    
    *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.*
    
    *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
    cbracken authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3b804f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. [CP] have Java.version return null if java --version fails or can…

    …not be run (#139698)
    
    cherry-picks changes from #139614 onto the stable channel
    andrewkolos authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7417c4e View commit details
    Browse the repository at this point in the history
  2. [CP] Catch error for missing directory in FontConfigManager (#138496)…

    … (#139743)
    
    Closes:
    - #138434
    
    We will catch any errors while attempting to clear the temp directories that don't exist for the `FontConfigManager` class
    eliasyishak authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2e9cb0a View commit details
    Browse the repository at this point in the history
Loading