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: only compose matching inner map source in remapping
compose_pair previously returned the inner map for every outer source,
so unrelated sources were incorrectly rewritten through the inner map.
Restrict the match to outer sources that equal inner.file (or the sole
outer source when inner.file is unset), leaving passthrough sources
untouched.
0 commit comments