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
As part of the tasks done prior to the merge with k6 core in #734 we got rid of Hashicorp's multierror dependency in favor of our custom implementation that fulfilled our current use case.
This implementation should be replaced by something simpler, and we should also reevaluate if there is a need for multierror in remote_object implementation, which currently is the only component that uses it, or overall in xk6-browser codebase.
A possible candidate to replace the current implementation would be to use Go's support for wrapping multiple errors introduced in v1.20.
The content you are editing has changed. Please copy your edits and refresh the page.
As part of the tasks done prior to the merge with k6 core in #734 we got rid of Hashicorp's multierror dependency in favor of our custom implementation that fulfilled our current use case.
This implementation should be replaced by something simpler, and we should also reevaluate if there is a need for
multierror
inremote_object
implementation, which currently is the only component that uses it, or overall in xk6-browser codebase.A possible candidate to replace the current implementation would be to use Go's support for wrapping multiple errors introduced in v1.20.
Tasks
The text was updated successfully, but these errors were encountered: