Skip to content

stats: remove use and definition of deprecated functions#25136

Merged
jmarantz merged 1 commit intoenvoyproxy:mainfrom
jmarantz:remove-deprecated
Jan 25, 2023
Merged

stats: remove use and definition of deprecated functions#25136
jmarantz merged 1 commit intoenvoyproxy:mainfrom
jmarantz:remove-deprecated

Conversation

@jmarantz
Copy link
Copy Markdown
Contributor

@jmarantz jmarantz commented Jan 24, 2023

Commit Message: Removes Stats::ScopePtr definition as well as the cast operator from Stats::Store to Stats::Scope.
Additional Description:
Risk Level: medium -- other PRs may be adding use of this; but the cleanup should be easy if necessary. There may also be out-of-repo deps which I mostly tried to clean up where I could find them.
Testing: //test/...
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a
Fixes: #20911
Fixes: #24007

Signed-off-by: Joshua Marantz <jmarantz@google.com>
@repokitteh-read-only
Copy link
Copy Markdown

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #25136 was opened by jmarantz.

see: more, trace.

@jmarantz jmarantz marked this pull request as ready for review January 25, 2023 01:48
@RyanTheOptimist RyanTheOptimist self-assigned this Jan 25, 2023
@jmarantz jmarantz merged commit e816122 into envoyproxy:main Jan 25, 2023
@jmarantz jmarantz deleted the remove-deprecated branch January 25, 2023 19:41
RyanTheOptimist added a commit to RyanTheOptimist/envoy that referenced this pull request Jan 25, 2023
…oyproxy#25136)"

Breaks Envoy Mobile builds.

This reverts commit e816122.

Signed-off-by: Ryan Hamilton <rch@google.com>
VishalDamgude pushed a commit to freshworks-oss/envoy that referenced this pull request Feb 2, 2023
…25136)

Commit Message: Removes Stats::ScopePtr definition as well as the cast operator from Stats::Store to Stats::Scope.
Additional Description:
Risk Level: medium -- other PRs may be adding use of this; but the cleanup should be easy if necessary. There may also be out-of-repo deps which I mostly tried to clean up where I could find them.
Testing: //test/...
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a
Fixes: envoyproxy#20911
Fixes: envoyproxy#24007

Signed-off-by: Joshua Marantz <jmarantz@google.com>
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.

stats: remove temporary cast operator added to Scope to help land #23851 stats: remove Stats::StorePtr alias

2 participants