Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove multierror to fix error in error handling #833

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Dec 16, 2023

multierror struct has a formatting closure, making it unserializable Thus, multierror cannot be stored in temporal state

Replace with []string

multierror struct has a formatting closure, making it unserializable
Thus, multierror cannot be stored in temporal state

Replace with `[]string`
@serprex serprex enabled auto-merge (squash) December 16, 2023 15:43
@serprex serprex merged commit c196e6c into main Dec 16, 2023
12 checks passed
@serprex serprex deleted the replace-multierror-string branch December 19, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants