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
Unfortunately, this feature is based on parsing out filehandle names
from strings, so it requires bareword filehandles to work.
Try to make this clearer in the documentation and mention that
arguments starting with `>&` or `<&` are input parameters (i.e. existing
open handles to use) as opposed to regular output parameters (which
open3 connects to newly created pipes).
Fixes#22608.
0 commit comments