-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Upgrade golang.org/x/exp #12649
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
Comments
Merged
gouthamve
added a commit
to gouthamve/prometheus
that referenced
this issue
Aug 4, 2023
imo, this is worse in term or readability :( Fixes prometheus#12649 Signed-off-by: Goutham <gouthamve@gmail.com>
gouthamve
added a commit
to gouthamve/prometheus
that referenced
this issue
Aug 4, 2023
imo, this is worse in term or readability :( Fixes prometheus#12649 Signed-off-by: Goutham <gouthamve@gmail.com>
gouthamve
added a commit
to gouthamve/prometheus
that referenced
this issue
Aug 4, 2023
imo, this is worse in term or readability :( Fixes prometheus#12649 Signed-off-by: Goutham <gouthamve@gmail.com>
I looked up where it was decided to change |
gouthamve
added a commit
to gouthamve/prometheus
that referenced
this issue
Aug 6, 2023
imo, this is worse in term or readability :( Fixes prometheus#12649 Signed-off-by: Goutham <gouthamve@gmail.com>
gouthamve
added a commit
to gouthamve/prometheus
that referenced
this issue
Aug 6, 2023
imo, this is worse in term or readability :( Fixes prometheus#12649 Signed-off-by: Goutham <gouthamve@gmail.com>
gouthamve
added a commit
to gouthamve/prometheus
that referenced
this issue
Sep 2, 2023
imo, this is worse in term or readability :( Fixes prometheus#12649 Signed-off-by: Goutham <gouthamve@gmail.com>
ridwanmsharif
pushed a commit
to ridwanmsharif/prometheus
that referenced
this issue
Jan 25, 2024
Cherrypicked prometheus/prometheus#12650 since I was running into prometheus/prometheus#12649 and open-telemetry/opentelemetry-collector-contrib#24881 when upgrading the OTel collector.
ridwanmsharif
pushed a commit
to ridwanmsharif/prometheus
that referenced
this issue
Jan 25, 2024
Cherrypicked prometheus/prometheus#12650 since I was running into prometheus/prometheus#12649 and open-telemetry/opentelemetry-collector-contrib#24881 when upgrading the OTel collector. Signed-off-by: Ridwan Sharif <ridwanmsharif@google.com>
ridwanmsharif
pushed a commit
to ridwanmsharif/prometheus
that referenced
this issue
Jan 29, 2024
Cherrypicked prometheus/prometheus#12650 since I was running into prometheus/prometheus#12649 and open-telemetry/opentelemetry-collector-contrib#24881 when upgrading the OTel collector. Signed-off-by: Ridwan Sharif <ridwanmsharif@google.com>
ridwanmsharif
pushed a commit
to ridwanmsharif/prometheus
that referenced
this issue
Jan 29, 2024
Cherrypicked prometheus/prometheus#12650 since I was running into prometheus/prometheus#12649 and open-telemetry/opentelemetry-collector-contrib#24881 when upgrading the OTel collector. Original author: Goutham Veeramachaneni <gouthamve@gmail.com> Signed-off-by: Ridwan Sharif <ridwanmsharif@google.com>
ridwanmsharif
added a commit
to ridwanmsharif/prometheus
that referenced
this issue
Jan 29, 2024
Cherrypicked prometheus/prometheus#12650 since I was running into prometheus/prometheus#12649 and open-telemetry/opentelemetry-collector-contrib#24881 when upgrading the OTel collector. Original author: Goutham Veeramachaneni <gouthamve@gmail.com> Signed-off-by: Ridwan Sharif <ridwanmsharif@google.com>
bwplotka
pushed a commit
to GoogleCloudPlatform/prometheus
that referenced
this issue
Jan 30, 2024
Cherrypicked prometheus/prometheus#12650 since I was running into prometheus/prometheus#12649 and open-telemetry/opentelemetry-collector-contrib#24881 when upgrading the OTel collector. Original author: Goutham Veeramachaneni <gouthamve@gmail.com> Signed-off-by: Ridwan Sharif <ridwanmsharif@google.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Proposal
The project uses
golang.org/x/exp/slices.SortFunc
extensively. Recentlygolang.org/x/exp
got a backward incompatible change to the callback function signature to match the upcoming go1.21 standard library API: golang/exp@302865e#diff-ec22fd7f0aec27f1c6dc503e7dd3960c8f5ab781684218aa59b404ada0d48231R29.In order to upgrade
golang.org/x/exp
, all the function usages have to be updated or replacedThe text was updated successfully, but these errors were encountered: