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

AliasMangler #95

Merged
merged 3 commits into from
Aug 30, 2024
Merged

AliasMangler #95

merged 3 commits into from
Aug 30, 2024

Commits on Aug 29, 2024

  1. Fix Source Error Hang

    This fixes a bug in ez where an error thrown by a Source may cause the
    process to hang.
    sergiosalvatore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4f66430 View commit details
    Browse the repository at this point in the history
  2. TextUnmarshaler is Excluded from Mangling

    We shouldn't ever mangle types that implement TextUnmarshaler.
    sergiosalvatore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dbcdd5f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. AliasMangler

    Add a new mangler that allows us to have aliases for dials tags to
    facilitate migrating from one name to another seamlessly. If both the
    old name and the new name are set, an error will be returned because the
    expectation is that you're using one or the other exclusively.
    sergiosalvatore committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    57e6f14 View commit details
    Browse the repository at this point in the history