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

fix: surface underlying error for slice / map helpers #580

Merged
merged 1 commit into from Jan 4, 2022

Commits on Nov 3, 2021

  1. fix: surface underlying error for slice / map helpers

    Surface the underlying error when processing results for slice and map
    helpers so that the user can see the real cause and not a type mismatch
    error.
    
    Also:
    * Formatting changes to improve error case separation.
    * Leverage %w in reply errors.
    
    Fixes: #579
    stevenh committed Nov 3, 2021
    Copy the full SHA
    070ce41 View commit details
    Browse the repository at this point in the history