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
run_script is called for post-link scripts but despite the comment in the code and the docs describing similar for pre-unlink there is no call present and thus pre-unlink scripts are not executed.
Is this a bug/oversight or by design?
Thanks!
The text was updated successfully, but these errors were encountered:
As far as I can tell, it looks like the run_script function was indeed intended to be called with pre-unlink, so it might have simply been overlooked. To confirm this, we would need a use case where we expect the pre-unlink scripts to run, to ensure it behaves as it should (and come up with the corresponding tests - note that there are no tests for post-link either at the moment).
Can you please share the details of your use case if possible?
Thanks!
run_script is called for post-link scripts but despite the comment in the code and the docs describing similar for pre-unlink there is no call present and thus pre-unlink scripts are not executed.
Is this a bug/oversight or by design?
Thanks!
The text was updated successfully, but these errors were encountered: