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: project-chip/zap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2024.12.13
Choose a base ref
...
head repository: project-chip/zap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2025.01.10-nightly
Choose a head ref
  • 2 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 16, 2024

  1. Clean up the duplicate dirty flag mechanism. (#1497)

    0. Remove the whole process of registering a second socket listener to the same event.
    1. Retain only one dirtyFlag notifier.
    2. Add the transformation from the default ZAP data format, towards the IDE data format.
    3. Remove state transitions in VueX store. These are not needed at all.
    tecimovic authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    6fa3da2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Take into consideration transitive dependencies, not just root struct…

    … fields (#1501)
    
    * Take into consideration transitive dependencies, not just root struct
    
    * Apply changes addressing comments in PR
    
    * Added 2 new args in previous commit:
    
          <arg name="arg7" type="DoubleNestedStructList" />
          <arg name="arg8" type="DeepNestedStructList" />
    
    * Calculate struct_has_fabric_sensitive_fields only at the top level, not transitively
    
    * Add test for struct_contains_array
    
    * Apply suggestions from code review
    
    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
    
    * Fixup references after applying suggestions from code review
    
    ---------
    
    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
    gmarcosb and bzbarsky-apple authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    8e4ff10 View commit details
    Browse the repository at this point in the history
Loading