Skip to content

Conversation

@palfrey
Copy link
Member

@palfrey palfrey commented Jan 28, 2026

Description

#2120 implemented ignorable properties, but the match case was only dealt with in PlatformPropertyValue.is_satisfied_by. This only gets called by PlatformProperties.is_satisfied_by and that only does that call if the worker has the property key at all, which means ignorable properties weren't being fully handled. This PR adds that support to PlatformProperties.is_satisfied_by.

Type of change

Please delete options that aren't relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

bazel test //...

Checklist

  • Updated documentation if needed
  • Tests added/amended
  • bazel test //... passes locally
  • PR is contained in a single commit, using git amend see some docs

This change is Reviewable

@palfrey palfrey marked this pull request as ready for review January 28, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant