Skip to content

Fix dorny/paths-filter pin to include predicate-quantifier in action.yml#1

Merged
huntie merged 1 commit intoexport-D92512983from
claude/debug-gh-actions-config-nSLod
Feb 9, 2026
Merged

Fix dorny/paths-filter pin to include predicate-quantifier in action.yml#1
huntie merged 1 commit intoexport-D92512983from
claude/debug-gh-actions-config-nSLod

Conversation

@huntie
Copy link
Copy Markdown
Owner

@huntie huntie commented Feb 9, 2026

The PR originally pinned dorny/paths-filter at de90cc6 (v3.0.2), which
introduced the predicate-quantifier feature in source code but forgot to
declare it in action.yml. This caused GitHub Actions to emit an
"Unexpected input" warning. Update the pin to 209e614, the next commit
on master which adds the missing action.yml declaration.

https://claude.ai/code/session_01NYUwFsgQFJ9HSuJ44VJvGU

@huntie huntie changed the base branch from main to export-D92512983 February 9, 2026 20:30
The PR originally pinned dorny/paths-filter at de90cc6 (v3.0.2), which
introduced the predicate-quantifier feature in source code but forgot to
declare it in action.yml. This caused GitHub Actions to emit an
"Unexpected input" warning. Update the pin to 209e614, the next commit
on master which adds the missing action.yml declaration.

https://claude.ai/code/session_01NYUwFsgQFJ9HSuJ44VJvGU
@huntie huntie force-pushed the claude/debug-gh-actions-config-nSLod branch from e56d336 to f73287a Compare February 9, 2026 20:33
@huntie huntie merged this pull request into export-D92512983 Feb 9, 2026
24 checks passed
@huntie huntie deleted the claude/debug-gh-actions-config-nSLod branch February 10, 2026 09:40
huntie pushed a commit that referenced this pull request Apr 20, 2026
…ce node (facebook#56479)

Summary:
Pull Request resolved: facebook#56479

## Changelog:

[General] [Fixed] - support multiple old pseudo elements for same name but different source node

We will need to track multiple old pseudo elements for same name but different source node when doing a series of shared transitions:
1. go from component A to component B (A stays hidden with Activity but not unmounted)
2. go back to A (B unmounted)
3. hide A and show B again

A will lose its old pseudo element node, because at #1, B's old pseudo element node overrides A's (since they have the same vt name), and at facebook#2, B's old node gets cleaned up. At facebook#3, since createViewTransitionInstance won't be called for A again (react reconciler assumes the instance is only created once until a component is unmounted), there's no valid old node for A anymore.

Reviewed By: sammy-SC

Differential Revision: D101237889

fbshipit-source-id: 4f670877e3786f0aa89409c1fd5b9784515bd2c2
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.

2 participants