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
The copyPDS function in zosfiles/src/methods/copy/Copy.ts recently introduced a new required parameter named sourceMemberList. This is a breaking change to the existing copyPDS function.
We should consider re-implementing the function so that it remains non-breaking and re-publish the function before extenders have an opportunity to encounter breakage to existing 3rd party software that uses the copyPDS function.
Describe your environment
Additional context
The text was updated successfully, but these errors were encountered:
Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
Describe the bug
The copyPDS function in zosfiles/src/methods/copy/Copy.ts recently introduced a new required parameter named sourceMemberList. This is a breaking change to the existing copyPDS function.
The new function signature is:
Expected and actual results
We should consider re-implementing the function so that it remains non-breaking and re-publish the function before extenders have an opportunity to encounter breakage to existing 3rd party software that uses the copyPDS function.
Describe your environment
Additional context
The text was updated successfully, but these errors were encountered: