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

Allow non-comparable global types #2773

Merged
merged 4 commits into from Apr 7, 2022
Merged

Commits on Apr 7, 2022

  1. Fix open-telemetry#2772: allow non-comparable global types

    The global MeterProvider, TracerProvider, and TextMapPropagator should
    not panic when they are set to a non-comparable implementation of each.
    MrAlias committed Apr 7, 2022
    Copy the full SHA
    966ea46 View commit details
    Browse the repository at this point in the history
  2. Add changes to changelog

    MrAlias committed Apr 7, 2022
    Copy the full SHA
    9b5f798 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cff9da6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3272707 View commit details
    Browse the repository at this point in the history