You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: defer opaque whiteout application to older layers only
Opaque whiteouts should not affect files from the same layer — only
files from older layers. Collecting opaque dirs in a per-layer set and
merging after the inner loop prevents new files in the same layer from
being incorrectly excluded.
0 commit comments